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 bbfb952 commit 1a8be07Copy full SHA for 1a8be07
.github/workflows/ci.yml
@@ -23,6 +23,8 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@master
26
+ with:
27
+ submodules: true
28
- id: install
29
uses: actions-rs/toolchain@v1
30
with:
@@ -146,6 +148,8 @@ jobs:
146
148
147
149
150
151
152
153
154
155
.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