alpha
Login
or
Join now
gwen.works
/
shapemaker
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
๐ Specify rust toolchain in CI
author
Gwenn Le Bihan
date
1 year ago
(Apr 4, 2025, 10:07 AM +0200)
commit
c1cea0ba
c1cea0ba8554d16d66dbba9fc2b50af253f4ae36
parent
f6ace0c0
f6ace0c0ba7fa4a4147ebf704a15c81df0c5644b
+1
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
docs.yml
+1
.github/workflows/docs.yml
Reviewed
···
11
11
steps:
12
12
- uses: actions/checkout@v2
13
13
- uses: actions-rs/toolchain@v1
14
14
+
with: { toolchain: stable }
14
15
- uses: actions-rs/cargo@v1
15
16
with: { command: doc, args: "--no-deps --target-dir docs" }
16
17
- name: Deploy with gh-pages