Skip to content

Commit 3ab71c5

Browse files
committed
fix typo in gha
1 parent 4de221e commit 3ab71c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
- run: ls -lh site/*
113113

114-
- run: echo "event_name=${{github.event_name}} event_ref=${{github.event_ref}}"
114+
- run: echo "event_name=${{github.event_name}} event_ref=${{github.event.ref}}"
115115

116116
- name: Deploy docs
117117
if: ${{ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' ) && ( github.event.ref == 'refs/heads/main' ) }}

0 commit comments

Comments
 (0)