Skip to content

update readme

update readme #14

on: push
name: Build and Deploy
jobs:
test:
name: Build and Deploy
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
submodules: true
- name: Zola Build
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}
# BUILD_ONLY: true