Skip to content

Commit

Permalink
Third times a charm
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuris committed Sep 7, 2023
1 parent 4afc5b2 commit de0eb7a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
- uses: arduino/setup-protoc@v2
- name: Build
run: cargo doc --no-deps
- name: Deploy
run: |
- run: |
rm -fr _site
mkdir _site
git clean -f docs
echo "<meta http-equiv=\"refresh\" content=\"0; url=firewood\">" > _site/index.html
run: cp -r target/doc/* ./_site
- run: cp -r target/doc/* ./_site
deploy:
needs: build
permissions:
Expand Down

0 comments on commit de0eb7a

Please sign in to comment.