Skip to content

Commit

Permalink
Merge pull request #40 from rust3ds/docs/icons
Browse files Browse the repository at this point in the history
Pin docs to known good nightly
  • Loading branch information
ian-h-chamberlain authored Jan 7, 2024
2 parents 0e7cbc0 + 63349bb commit f217e36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
Expand All @@ -22,7 +23,7 @@ jobs:

- uses: rust3ds/test-runner/setup@v1
with:
toolchain: nightly
toolchain: nightly-2023-06-01

- name: Build workspace docs
run: cargo 3ds --verbose doc --verbose --no-deps --workspace
Expand All @@ -47,6 +48,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
if: github.ref_name == 'main'
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit f217e36

Please sign in to comment.