ci: deploy to GH pages

This commit is contained in:
rizaldy 2023-07-09 03:24:05 +07:00 committed by GitHub
parent 9dacde2c22
commit a247c1bf93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,3 +22,9 @@ jobs:
source: "dist"
remove: "true"
purge: "false"
- name: Deploy (GH pages)
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
cname: rizaldy.today