Skip to content

meetup: Placeholder for the May meet-up (#26) #25

meetup: Placeholder for the May meet-up (#26)

meetup: Placeholder for the May meet-up (#26) #25

Workflow file for this run

name: Deploy Prod
on:
push:
branches:
- main
jobs:
build_and_deploy_prod:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@master
env:
BUILD_DIR: .
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}