Skip to content

Commit

Permalink
Merge pull request #10405 from ember-cli/kg-update-docs-script
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Nov 10, 2023
2 parents 8672fa6 + 301f0c3 commit 11679c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
version:
required: true
type: string
description: 'Specify the released version of ember-cli to use to generate and deploy documentation. Should be full semver version, and without a leading "v"'
description: 'Specify the released version of ember-cli to use to generate and deploy documentation. Should be full tag name, including the leading "v"'

env:
GIT_NAME: 'github-actions[bot]'
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
with:
repository: 'ember-learn/ember-cli.github.io'
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
branch: test-deploy-docs
branch: master
- name: Download docs artifact
uses: actions/download-artifact@v3
with:
Expand All @@ -68,5 +68,5 @@ jobs:
git commit --allow-empty -m "$COMMIT_MESSAGE"
- name: Push
run: |
git push -f origin HEAD:refs/heads/test-deploy-docs
git push -f origin HEAD:refs/heads/master

0 comments on commit 11679c7

Please sign in to comment.