Skip to content

Commit

Permalink
ci: update workflow & fix cname disappear
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagi-ovo authored Jul 6, 2024
1 parent 24ebb81 commit 84958d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml → .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Update dir
run: python ./update.py

- name: Create CNAME file
run: echo 'helper.bjutswift.cn' > ./docs/CNAME

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
Expand Down

0 comments on commit 84958d6

Please sign in to comment.