Skip to content

Commit

Permalink
Add workaround for actions deploy error
Browse files Browse the repository at this point in the history
  • Loading branch information
mblue9 committed Apr 27, 2022
1 parent 0f122ce commit beb7f9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/basic_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
# Workaround for deploy error https://github.com/JamesIves/github-pages-deploy-action/issues/1083#issuecomment-1106187470
- name: Configure git to trust the workspace despite the different owner
run:
git config --global --add safe.directory "$GITHUB_WORKSPACE"

- uses: actions/checkout@v2

- name: Query dependencies and update old packages
Expand Down

0 comments on commit beb7f9c

Please sign in to comment.