Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic BIDON <[email protected]>
  • Loading branch information
fredbi committed Mar 19, 2024
1 parent 866ca17 commit cdcc92a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/update-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,18 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: hack/doc-site/hugo/public
-
name: Debug
run: |
echo "${{ github.event_name }}"
echo "${{ github.event.action }}"
deploy-doc:
if: github.event_name != 'pull_request'
if: ${{ github.event_name != 'pull_request_target' }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
trigger: $${{ github.event_name }}
runs-on: ubuntu-latest
needs: build-doc
steps:
Expand Down

0 comments on commit cdcc92a

Please sign in to comment.