Skip to content

Commit 3f3ebf7

Browse files
committed
deploy to gh-pages
1 parent 7fa2520 commit 3f3ebf7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
name: CI
44
on: push
55

6+
permissions:
7+
contents: read
8+
pages: write
9+
id-token: write
10+
611
jobs:
712
build:
813
runs-on: ubuntu-latest
@@ -33,6 +38,11 @@ jobs:
3338
path: docs/Cyphal_Specification.pdf
3439
if-no-files-found: error
3540

41+
- name: Deploy to GitHub Pages
42+
uses: actions/deploy-pages@v4
43+
with:
44+
token: ${{ secrets.GITHUB_TOKEN }}
45+
3646
- name: Upload diagnostic snapshot
3747
uses: actions/upload-artifact@v4
3848
if: always()

0 commit comments

Comments
 (0)