Skip to content

Commit

Permalink
Merge pull request #105 from aboutcircles/20241118-docs-update-beta
Browse files Browse the repository at this point in the history
(workflow): oops, missed an s
  • Loading branch information
benjaminbollen authored Nov 18, 2024
2 parents 5ef6598 + 3de2f55 commit cdcbd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "DEPLOY_DIR=beta" >> $GITHUB_ENV
elif [[ "${GITHUB_REF_NAME}" == "candidate/stable" ]]; then
echo "DEPLOY_DIR=candidate" >> $GITHUB_ENV
elif [[ "${GITHUB_REF_NAME}" == "testdoc" ]]; then
elif [[ "${GITHUB_REF_NAME}" == "testdocs" ]]; then
echo "DEPLOY_DIR=test" >> $GITHUB_ENV
else
echo "Unknown branch: ${GITHUB_REF_NAME}" && exit 1
Expand Down

0 comments on commit cdcbd64

Please sign in to comment.