Skip to content

Commit 886ed54

Browse files
test
1 parent f88572c commit 886ed54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Deploy to GitHub Pages
3333
if: github.ref == 'refs/heads/main'
34-
uses: actions/upload-pages-artifact@v3
34+
uses: peaceiris/actions-gh-pages@v3
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
publish_dir: docs/doc_build # ← 존재 확정

0 commit comments

Comments
 (0)