We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6656aa commit 2aa92b3Copy full SHA for 2aa92b3
.github/workflows/build-and-publish.yml
@@ -18,7 +18,6 @@ name: Build and publish
18
on:
19
push:
20
branches:
21
- - main
22
- '*'
23
workflow_dispatch:
24
inputs:
.github/workflows/upload-docs.yml
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-name: Upload Documentation to GCP
+name: Upload documentation to GCP
16
17
workflow_call:
@@ -39,7 +39,7 @@ jobs:
39
with:
40
name: Documentation
41
path: Yubico.YubiKey/docs/_site/
42
- - name: Docker build
+ - name: Build nginx image for documentation
43
run: |
44
docker build -t "${{ inputs.image_tag }}:${{ github.sha }}" .
45
- name: Authenticate to GCP
0 commit comments