Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Update gatsby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhansa authored Oct 4, 2022
1 parent 024d198 commit d22bb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cd pyconf-websites
rm -rf 2022
mkdir 2022
cp ../public/* 2022/
cp -r ../public/* 2022/
git add .
git commit -m "Github Actions: pyconfhyd2022-gatsby-${GITHUB_RUN_ID}"
git remote add origin-pages https://bhansa:${{ secrets.API_TOKEN_GITHUB }}@github.com/bhansa/hydpy.github.io.git
Expand Down

0 comments on commit d22bb90

Please sign in to comment.