Skip to content

Commit

Permalink
Work around deploy action bug
Browse files Browse the repository at this point in the history
Seems like it cannot deploy from the $GITHUB_WORKSPACE.

[ci skip]
  • Loading branch information
gaborcsardi committed Sep 26, 2024
1 parent fc798e2 commit 04bbb0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cran-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Update
run: Rscript index.R
working-directory: /app
- name: Workaround a deployment bug
run: git config --global safe.directory '*'
- name: Deploy to GitHub pages 🚀
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit 04bbb0c

Please sign in to comment.