Skip to content

Use Go 1.23 (#5)

Use Go 1.23 (#5) #10

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
with:
submodules: true
- uses: actions/setup-node@v1
with:
node-version: '18'
- name: Install Hugo
run: |
curl -fsSL -o hugo_extended.deb https://github.com/gohugoio/hugo/releases/download/v0.99.1/hugo_extended_0.99.1_Linux-64bit.deb
sudo dpkg -i hugo_extended.deb
- name: Install Firebase CLI
run: |
npm i -g firebase-tools
- name: Generate Website
run: |
make gen
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_APPSCODE_GOVANIURLS }}'
channelId: live