mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-22 12:51:34 -05:00
Create firebase.yml
This commit is contained in:
parent
657bbb0f5b
commit
e3620381bd
14
.github/workflows/firebase.yml
vendored
Normal file
14
.github/workflows/firebase.yml
vendored
Normal 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/)
|
Loading…
Reference in New Issue
Block a user