Skip to content

Commit

Permalink
CI: Fix target forlder for docs publish
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Oct 8, 2024
1 parent 8262d8b commit f3ad955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
branch: gh-pages
folder: docs/_build/
clean: false
target-folder: ${{ github.ref }}
target-folder: ${{ github.ref_name }}

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit f3ad955

Please sign in to comment.