Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuxuanlin committed Jun 20, 2024
2 parents f257893 + d248f3f commit cc21c02
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -55,6 +57,3 @@ jobs:
run: pip install -r requirements.txt
- name: Deploy with MkDocs
run: mkdocs gh-deploy --force



0 comments on commit cc21c02

Please sign in to comment.