Skip to content

Commit

Permalink
chore: testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Oct 8, 2023
1 parent 48096a8 commit bce0c1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

env:
SCCACHE_GHA_ENABLED: "true"
Expand Down Expand Up @@ -38,6 +41,8 @@ jobs:
mkdir artifact
cp -R target/doc/* artifact
- name: Show available storage
run: df -h
- name: Install cargo-docset
uses: taiki-e/install-action@v2
with:
Expand Down

0 comments on commit bce0c1a

Please sign in to comment.