Skip to content

Commit

Permalink
Add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd committed Jan 22, 2025
1 parent e54ee97 commit 153848f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand All @@ -30,6 +28,11 @@ jobs:
needs: build-deploy
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up SSH
uses: webfactory/[email protected]
with:
Expand Down

0 comments on commit 153848f

Please sign in to comment.