Skip to content

added AI policy (#16) #27

added AI policy (#16)

added AI policy (#16) #27

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: "Checkout"
uses: actions/checkout@main
- name: "Build and deploy"
uses: shalzz/zola-deploy-action@master
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
TOKEN: ${{ secrets.GITHUB_TOKEN }}