Skip to content

Added content

Added content #64

Workflow file for this run

name: Zola on GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
pages: write
jobs:
build:
name: Publish site
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_FALGS: --base-url=https://exploiitm.github.io/blog/