Pull request autobuild

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-17 19:25:44 -04:00 committed by tommytran732
parent 285e321c33
commit 41d108de5a
No known key found for this signature in database
GPG key ID: 060B29EB996BD9F2
63 changed files with 9 additions and 1027 deletions

View file

@ -9,6 +9,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Hugo setup
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
- name: Build
run: hugo --minify
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'