Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Sep 6, 2023
1 parent 34bfe89 commit 7e1b57f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
minikube image load --pull=true quay.io/wildfly-quickstarts/clusterbench:latest
- name: Containerized End-to-End Tests
run: eval $(minikube -p minikube docker-env) && make test-e2e-minikube
- name: Push documentation to gh-pages
uses: manoelcampos/asciidoctor-ghpages-action@v2
if: github.ref == 'refs/heads/main'
with:
source_dir: ./doc
- name: Docker Login to Quay.io (main only)
uses: docker/[email protected]
if: github.ref == 'refs/heads/main'
Expand All @@ -51,4 +46,9 @@ jobs:
- name: Build and Push Image (main only)
if: github.ref == 'refs/heads/main'
run: make manifests docker-build docker-push
- name: Push documentation to gh-pages (main only)
uses: manoelcampos/asciidoctor-ghpages-action@v2
if: github.ref == 'refs/heads/main'
with:
source_dir: ./doc

0 comments on commit 7e1b57f

Please sign in to comment.