Skip to content

Commit

Permalink
Fixing workflow for publishing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Jan 1, 2025
1 parent 3fae0fb commit 194c6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Publish documentation
run: |
git checkout gh-pages -f
git checkout ${{ github.ref_name }} -f
echo "INITIAL_GH_PAGES_POSITION=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
mkdir --parents "${{ needs.open-release.outputs.VERSION }}/docs"
mv target/apidocs "${{ needs.open-release.outputs.VERSION }}/docs/api"
Expand Down

0 comments on commit 194c6d8

Please sign in to comment.