Skip to content

Commit e49c31f

Browse files
committed
update yml
1 parent a63863d commit e49c31f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/convert-and-publish.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ jobs:
4444
done
4545
4646
- name: Deploy to GitHub Pages
47-
uses: peaceiris/actions-gh-pages@v4
47+
run: |
48+
rm -rf ./docs
49+
mv ./rendered ./docs
50+
51+
- name: Push changes
52+
uses: ad-m/[email protected]
4853
with:
4954
github_token: ${{ secrets.GITHUB_TOKEN }}
50-
publish_dir: ./rendered
55+
branch: main

0 commit comments

Comments
 (0)