Skip to content

Commit 473946f

Browse files
authored
Attempt to deploy as GitHub page.
1 parent 8555859 commit 473946f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ jobs:
3333
with:
3434
name: site
3535
path: ${{ github.workspace }}/_site/
36+
- name: Deploy
37+
uses: peaceiris/actions-gh-pages@v3
38+
with:
39+
github_token: ${{ secrets.GITHUB_TOKEN }}
40+
publish_dir: ${{ github.workspace }}/_site

0 commit comments

Comments
 (0)