Skip to content

Commit

Permalink
cant test the workflow if not on master, wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Oct 26, 2023
1 parent 044dfbf commit 9a48488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
echo "::set-output name=version::$LATEST_STABLE"
- name: Set stable version for docs
run: STABLE=${{ steps.get_version.outputs.version }} yarn setStable
run: cd docs && STABLE=${{ steps.get_version.outputs.version }} yarn setStable

- name: Cut a new version
run: cd docs && yarn docusaurus docs:version 0.17.0-test
Expand Down

0 comments on commit 9a48488

Please sign in to comment.