Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hantang committed Jun 12, 2024
1 parent 90f6512 commit 24cff32
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Pages

on:
push:
branches:
- main
schedule:
- cron: "0 12 * * 3,6"
# push:
# branches:
# - main
# schedule:
# - cron: "0 12 * * 6"
repository_dispatch:
types: [deploy-event]

jobs:
deploy:
Expand Down Expand Up @@ -33,7 +35,7 @@ jobs:
with:
node-version: latest
- name: Build all docs
run: npm i && npx quartz build -d docs > /dev/null 2>&1
run: bash ./deploy.sh qundao.github.io/essay
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 24cff32

Please sign in to comment.