Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
PyFlat-JR committed Aug 13, 2024
1 parent 5ecd83e commit 2fd77b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- run: |
cd build/web
git init
git config --global user.email johannes.25406@gmail.com
git config --global user.name Johannes Rößler
git status
git remote add origin https://${{secrets.TOKEN}}@github.com/PyFlat/mastermind.git
git checkout -b gh-pages
Expand Down

0 comments on commit 2fd77b3

Please sign in to comment.