Skip to content

update blog

update blog #48

Workflow file for this run

on: push
name: Build and Deploy GH Pages
jobs:
build:
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}