Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
yyc12345 committed Jan 8, 2024
1 parent 4587798 commit 61bc311
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Checkout ng
uses: actions/checkout@v4
with:
ref: ng

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

0 comments on commit 61bc311

Please sign in to comment.