We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b9e22 commit d523899Copy full SHA for d523899
.github/workflows/ci.yml
@@ -23,6 +23,8 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v3
26
+ with:
27
+ submodules: true
28
- id: install
29
run: |
30
rustup override set stable
@@ -141,6 +143,8 @@ jobs:
141
143
142
144
145
146
147
148
149
150
.github/workflows/docker.yml
@@ -8,6 +8,8 @@ jobs:
8
9
10
11
12
13
14
- name: Build the Docker image
15
run: docker build -t docs-rs -f dockerfiles/Dockerfile .
0 commit comments