Skip to content

update version

update version #121

Workflow file for this run

# On every push this script is executed
on: push
name: Build and deploy GH Pages (zola)
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: checkout
uses: actions/checkout@v2
- name: build_and_deploy
uses: shalzz/[email protected]
run: git config --system --add safe.directory /github/workspace
env:
# Target branch
PAGES_BRANCH: gh-pages
# Provide personal access token
TOKEN: ${{ secrets.TOKEN }}