Spaces:
Sleeping
Sleeping
publishing site to gh-pages
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -31,5 +31,6 @@ jobs:
|
|
31 |
with:
|
32 |
github_token: ${{ secrets.GITHUB_TOKEN }}
|
33 |
publish_dir: website/code/build
|
|
|
34 |
user_name: github-actions[bot]
|
35 |
user_email: 41898282+github-actions[bot]@users.noreply.github.com
|
|
|
31 |
with:
|
32 |
github_token: ${{ secrets.GITHUB_TOKEN }}
|
33 |
publish_dir: website/code/build
|
34 |
+
branch: gh-pages
|
35 |
user_name: github-actions[bot]
|
36 |
user_email: 41898282+github-actions[bot]@users.noreply.github.com
|