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 b4d1a0e commit 06b9d7dCopy full SHA for 06b9d7d
.github/workflows/pages.yml
@@ -138,12 +138,22 @@ jobs:
138
done
139
fi
140
141
+ - name: Upload the directory as an artifact
142
+ uses: actions/upload-artifact@v3
143
+ with:
144
+ name: docs
145
+ path: docs
146
147
# Build job
148
build:
149
runs-on: ubuntu-latest
150
needs: sync
151
steps:
152
+ - name: Download the artifact
153
+ uses: actions/download-artifact@v3
154
155
156
157
- name: Setup Ruby
158
uses: ruby/setup-ruby@v1
159
with:
0 commit comments