DinisCruz commited on
Commit
45ff1fd
·
1 Parent(s): fa5e5a2

trying publish_branch

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +6 -6
.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
- branch: gh-pages
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