Skip to content

Commit d7bfd90

Browse files
committed
github pages deploy .. I hope
1 parent c109841 commit d7bfd90

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/deploy_github_pages.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- ".github/workflows/deploy_github_pages.yml"
99
- "make_ver/**"
1010
- "language_reference/**"
11-
- "static/**"
11+
- "static/langauge_reference.html"
1212

1313
jobs:
1414

@@ -22,7 +22,7 @@ jobs:
2222
id: build
2323
run: make build_language_reference_docker
2424

25-
- name: Organise Output Folder
25+
- name: Organise `build` Folder
2626
id: organise
2727
run: |
2828
mkdir -p build/api/v1/
@@ -41,6 +41,9 @@ jobs:
4141
url: ${{ steps.deployment.outputs.page_url }}
4242
runs-on: ubuntu-latest
4343
needs: build
44+
permissions:
45+
id-token: write
46+
pages: write
4447
steps:
4548
- name: Deploy to GitHub Pages
4649
id: deployment

0 commit comments

Comments
 (0)