Skip to content

Preface notice for uni assignment #28

Preface notice for uni assignment

Preface notice for uni assignment #28

Workflow file for this run

name: Zola on GitHub Pages
on:
push:
branches:
- master
jobs:
build_and_deploy:
name: Publish site
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout master
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}