We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa2520 commit 3f3ebf7Copy full SHA for 3f3ebf7
1 file changed
.github/workflows/build.yml
@@ -3,6 +3,11 @@
3
name: CI
4
on: push
5
6
+permissions:
7
+ contents: read
8
+ pages: write
9
+ id-token: write
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
@@ -33,6 +38,11 @@ jobs:
33
38
path: docs/Cyphal_Specification.pdf
34
39
if-no-files-found: error
35
40
41
+ - name: Deploy to GitHub Pages
42
+ uses: actions/deploy-pages@v4
43
+ with:
44
+ token: ${{ secrets.GITHUB_TOKEN }}
45
36
46
- name: Upload diagnostic snapshot
37
47
uses: actions/upload-artifact@v4
48
if: always()
0 commit comments