Skip to content

Commit

Permalink
system
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed May 26, 2023
1 parent b3dc677 commit bb40ad3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dashboard.yaml
Expand Up @@ -28,8 +28,7 @@ jobs:
run: |
quarto render
git checkout gh-pages
git config --global --add safe.directory '*'
git config --global --add safe.directory /__w/tern4cast/tern4cast
git config --system --add safe.directory '*'
cp -r docs/* .
git commit -a -m "update pages" || echo "nothing to commit"
git push https://${GITHUB_PAT}:${GITHUB_PAT}@github.com/${GITHUB_REPOSITORY}
Expand Down

0 comments on commit bb40ad3

Please sign in to comment.