Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZMAlt committed Sep 20, 2024
1 parent 656f733 commit fb70340
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,12 @@ jobs:
with:
version: "1"

- uses: julia-actions/cache@v2

- run: julia --color=yes --project -e 'using Pkg; Pkg.instantiate()'

- run: julia --project -e 'using CSL_Chinese; CSL_Chinese.build()'

- run: julia --color=yes --project -e '
using Pkg; Pkg.instantiate();
using CSL_Chinese; CSL_Chinese.build()'
- name: Deploy to gh-pages branch
if: ${{ github.event_name != 'pull_request' }}
uses: peaceiris/actions-gh-pages@v4
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
cname: zmalt.github.io/CSL_Chinese
github_token: ${{ secrets.GITHUB_TOKEN }}
force_orphan: true
publish_dir: ./_build/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: _build

0 comments on commit fb70340

Please sign in to comment.