Skip to content

Commit cca5e73

Browse files
revert the changes
1 parent b4ef08f commit cca5e73

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,9 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
17-
18-
- name: Create public directory
19-
run: mkdir -p public
20-
2117
- name: Deploy
2218
uses: peaceiris/actions-gh-pages@v4
2319
if: github.ref == 'refs/heads/master'
2420
with:
2521
github_token: ${{ secrets.GITHUB_TOKEN }}
26-
publish_dir: ./public
27-
keep_files: false
22+
publish_dir: ./public

0 commit comments

Comments
 (0)