Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to deploy to the master branch and also correct a comment #10405

Merged
merged 1 commit into from
Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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