Skip to content

Logging of for today #5

Logging of for today

Logging of for today #5

Workflow file for this run

# On every push this script is executed
on: push
name: Build and deploy GH Pages
jobs:
build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout main
uses: actions/checkout@v3.0.0
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.17.2
env:
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.TOKEN }}