ci: deploy to GH pages
This commit is contained in:
parent
9dacde2c22
commit
a247c1bf93
6
.github/workflows/eleventy.yaml
vendored
6
.github/workflows/eleventy.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user