Skip to content

wip(action): update pagespeed on setting #37

wip(action): update pagespeed on setting

wip(action): update pagespeed on setting #37

Workflow file for this run

on: push
name: Build and deploy GH Pages
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
permissions:
contents: write
steps:
- name: checkout
uses: actions/checkout@v4
with:
lfs: true
- name: build_and_deploy
uses: shalzz/zola-deploy-action@master
env:
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}