Skip to content

Commit 706d84f

Browse files
committed
deploy to gh-pages
1 parent 7fa2520 commit 706d84f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
path: docs/Cyphal_Specification.pdf
3434
if-no-files-found: error
3535

36+
- name: Deploy to GitHub Pages
37+
uses: actions/deploy-pages@v4
38+
with:
39+
token: ${{ secrets.GITHUB_TOKEN }}
40+
3641
- name: Upload diagnostic snapshot
3742
uses: actions/upload-artifact@v4
3843
if: always()

0 commit comments

Comments
 (0)