Create gh-pages.yml

This commit is contained in:
kylejbrk
2020-05-03 14:48:32 -04:00
committed by GitHub
parent 33e266ad07
commit 51d2c75ec5

5
.github/workflows/gh-pages.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public