Skip to content

Commit b4ef08f

Browse files
change github action workflow
1 parent 34071ef commit b4ef08f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717

18+
- name: Create public directory
19+
run: mkdir -p public
20+
1821
- name: Deploy
1922
uses: peaceiris/actions-gh-pages@v4
2023
if: github.ref == 'refs/heads/master'
2124
with:
2225
github_token: ${{ secrets.GITHUB_TOKEN }}
23-
publish_dir: ./public
26+
publish_dir: ./public
27+
keep_files: false

0 commit comments

Comments
 (0)