Skip to content

Commit 2aa92b3

Browse files
committed
Test build docs workflow
1 parent b6656aa commit 2aa92b3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-and-publish.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ name: Build and publish
1818
on:
1919
push:
2020
branches:
21-
- main
2221
- '*'
2322
workflow_dispatch:
2423
inputs:

.github/workflows/upload-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: Upload Documentation to GCP
15+
name: Upload documentation to GCP
1616

1717
on:
1818
workflow_call:
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
name: Documentation
4141
path: Yubico.YubiKey/docs/_site/
42-
- name: Docker build
42+
- name: Build nginx image for documentation
4343
run: |
4444
docker build -t "${{ inputs.image_tag }}:${{ github.sha }}" .
4545
- name: Authenticate to GCP

0 commit comments

Comments
 (0)