1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-06-30 14:56:18 -04:00

Create firebase.yml

This commit is contained in:
Tommy 2022-07-16 19:38:12 -04:00 committed by GitHub
parent 657bbb0f5b
commit e3620381bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/firebase.yml vendored Normal file
View File

@ -0,0 +1,14 @@
on: [push]
name: Deploy Hugo to Firebase
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: true
- uses: ryank90/action-hugo-firebase-deploy@master
with:
firebase-token: ${{ secrets.firebase_token }}
alias: ${{ alias }} // Optional
hugo-params: -D // Optional. Any params for the `hugo` command. [Refer doc here](https://gohugo.io/commands/hugo/)