We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a6b68c + bdc0b28 commit ccec508Copy full SHA for ccec508
.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: docs/dist # ← 존재 확정
+ publish_dir: docs/doc_build # ← 존재 확정
0 commit comments