From a2b23d9238db49b6c56aba7e51063895bec1c929 Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 13 Feb 2024 20:42:09 +0100 Subject: [PATCH] [NO MERGE] test docs on wip branch --- .github/workflows/docs.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ae9453d86b..84b7fa9173 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - wip jobs: docs: @@ -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