Skip to content

corrected date on nginx-with-http3 blog #11

corrected date on nginx-with-http3 blog

corrected date on nginx-with-http3 blog #11

name: Deploy Zola site to Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.17.1
env:
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.TOKEN }}