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 4de221e commit 3ab71c5Copy full SHA for 3ab71c5
.github/workflows/documentation.yaml
@@ -111,7 +111,7 @@ jobs:
111
112
- run: ls -lh site/*
113
114
- - run: echo "event_name=${{github.event_name}} event_ref=${{github.event_ref}}"
+ - run: echo "event_name=${{github.event_name}} event_ref=${{github.event.ref}}"
115
116
- name: Deploy docs
117
if: ${{ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' ) && ( github.event.ref == 'refs/heads/main' ) }}
0 commit comments