Skip to content

Commit 06e8db3

Browse files
authored
Fix context (#28)
1 parent b5eac4a commit 06e8db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
uses: peaceiris/actions-gh-pages@v3
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
44-
publish_dir: ${PUBLISH_DIR}
44+
publish_dir: ${{ env.PUBLISH_DIR }}

0 commit comments

Comments
 (0)