We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c109841 commit d7bfd90Copy full SHA for d7bfd90
1 file changed
.github/workflows/deploy_github_pages.yml
@@ -8,7 +8,7 @@ on:
8
- ".github/workflows/deploy_github_pages.yml"
9
- "make_ver/**"
10
- "language_reference/**"
11
- - "static/**"
+ - "static/langauge_reference.html"
12
13
jobs:
14
@@ -22,7 +22,7 @@ jobs:
22
id: build
23
run: make build_language_reference_docker
24
25
- - name: Organise Output Folder
+ - name: Organise `build` Folder
26
id: organise
27
run: |
28
mkdir -p build/api/v1/
@@ -41,6 +41,9 @@ jobs:
41
url: ${{ steps.deployment.outputs.page_url }}
42
runs-on: ubuntu-latest
43
needs: build
44
+ permissions:
45
+ id-token: write
46
+ pages: write
47
steps:
48
- name: Deploy to GitHub Pages
49
id: deployment
0 commit comments