Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed May 26, 2023
1 parent 5bbf0c0 commit b3dc677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
quarto render
git checkout gh-pages
git config --global --add safe.directory '*'
git config --global --add safe.directory /__w/tern4cast/tern4cast
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 b3dc677

Please sign in to comment.