Skip to content

Commit

Permalink
Update build_adodown_site.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kbjarkefur authored Jun 17, 2024
1 parent 6c82f9c commit c58cd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_adodown_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout project
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
shell: Rscript {0}

- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4
with:
clean: false
folder: docs
Expand Down

0 comments on commit c58cd49

Please sign in to comment.