Skip to content

Commit

Permalink
Merge pull request #72 from GuoXiCheng/dev-c
Browse files Browse the repository at this point in the history
update ci
  • Loading branch information
GuoXiCheng authored Nov 3, 2023
2 parents e827ae1 + 3d8c19c commit 24a6e1e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ jobs:

- name: Latest Version Number
run: |
echo "1.5" >> dist/latest_version.txt
echo "1.4" >> dist/latest_version.txt
- name: SKIP Config
run: |
cp app/src/main/assets/skip_config.yaml dist/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 24a6e1e

Please sign in to comment.