We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078a16b commit 4578969Copy full SHA for 4578969
.github/workflows/deploy-docs.yml
@@ -32,4 +32,4 @@ jobs:
32
uses: peaceiris/actions-gh-pages@v3
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
- publish_dir: doc_build # ← 존재 확정
+ publish_dir: ../docs/doc_build # ← 존재 확정
0 commit comments