corrected date on nginx-with-http3 blog #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |