Spaces:
Sleeping
Sleeping
trying publish_branch
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -7,11 +7,11 @@ name: Deploy to GitHub Pages
|
|
7 |
# - main
|
8 |
on: push
|
9 |
|
10 |
-
permissions:
|
11 |
-
contents: read
|
12 |
-
pages: write
|
13 |
-
id-token: write
|
14 |
-
|
15 |
jobs:
|
16 |
deploy:
|
17 |
name: Deploy to GitHub Pages
|
@@ -37,6 +37,6 @@ jobs:
|
|
37 |
with:
|
38 |
github_token: ${{ secrets.GITHUB_TOKEN }}
|
39 |
publish_dir: website/code/build
|
40 |
-
|
41 |
user_name: github-actions[bot]
|
42 |
user_email: 41898282+github-actions[bot]@users.noreply.github.com
|
|
|
7 |
# - main
|
8 |
on: push
|
9 |
|
10 |
+
#permissions:
|
11 |
+
# contents: read
|
12 |
+
# pages: write
|
13 |
+
# id-token: write
|
14 |
+
|
15 |
jobs:
|
16 |
deploy:
|
17 |
name: Deploy to GitHub Pages
|
|
|
37 |
with:
|
38 |
github_token: ${{ secrets.GITHUB_TOKEN }}
|
39 |
publish_dir: website/code/build
|
40 |
+
publish_branch: gh-pages
|
41 |
user_name: github-actions[bot]
|
42 |
user_email: 41898282+github-actions[bot]@users.noreply.github.com
|