Skip to content

Commit

Permalink
Update web_update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tengxianglin committed Nov 14, 2024
1 parent 08d1ea0 commit 194cd4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/web_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout # Step to checkout the repository's code.
uses: actions/checkout@v4 # Uses the actions/checkout action to access the repository code.
with:
fetch-depth: 0 # Fetches all history for the repository.

- name: Configure GitHub Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 194cd4a

Please sign in to comment.