Skip to content

Commit

Permalink
Try and adjust how the git repository is cloned.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro authored Apr 6, 2024
1 parent f1d592a commit 8218b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: "Checkout `naev`"
uses: actions/checkout@v3
with:
repository: 'naev/naev'
submodules: 'recursive'
fetch-depth: 0
submodules: true
path: /__w/naev.github.io/naev.github.io/staging
- name: "Build API Docs"
run: |
Expand Down

0 comments on commit 8218b10

Please sign in to comment.