Skip to content

Commit

Permalink
[NO MERGE] test docs on wip branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Feb 13, 2024
1 parent 073f607 commit a2b23d9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- wip

jobs:
docs:
Expand All @@ -24,10 +25,3 @@ jobs:
run: cd mcu/atmega-hal/ && cargo doc --features atmega328p
- name: Build documentation (attiny-hal)
run: cd mcu/attiny-hal/ && cargo doc --features attiny85
- name: Deploy to GH-Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc
publish_branch: gh-pages
force_orphan: true

0 comments on commit a2b23d9

Please sign in to comment.