Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen1Plus committed Dec 31, 2024
2 parents 635d23e + a45d887 commit 4a7e6bd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy GH Pages

on:
push:
branches:
main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: deploy
uses: shalzz/zola-deploy-action@master
env:
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4a7e6bd

Please sign in to comment.