We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5eac4a commit 06e8db3Copy full SHA for 06e8db3
.github/workflows/build_docs.yml
@@ -41,4 +41,4 @@ jobs:
41
uses: peaceiris/actions-gh-pages@v3
42
with:
43
github_token: ${{ secrets.GITHUB_TOKEN }}
44
- publish_dir: ${PUBLISH_DIR}
+ publish_dir: ${{ env.PUBLISH_DIR }}
0 commit comments