Skip to content

fix: use master branch for deployment action #18

fix: use master branch for deployment action

fix: use master branch for deployment action #18

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'
steps:
- name: checkout
uses: actions/checkout@v3
- name: build_and_deploy
uses: shalzz/zola-deploy-action@master
env:
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}