We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88572c commit 886ed54Copy full SHA for 886ed54
.github/workflows/deploy-docs.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Deploy to GitHub Pages
33
if: github.ref == 'refs/heads/main'
34
- uses: actions/upload-pages-artifact@v3
+ uses: peaceiris/actions-gh-pages@v3
35
with:
36
github_token: ${{ secrets.GITHUB_TOKEN }}
37
publish_dir: docs/doc_build # ← 존재 확정
0 commit comments