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 151f5b8 commit 994a1a3Copy full SHA for 994a1a3
.github/workflows/site.yaml
@@ -68,6 +68,8 @@ jobs:
68
steps:
69
# Install site from our base ref
70
- uses: actions/checkout@v4
71
+ with:
72
+ ref: ${{ github.base_ref }}
73
74
- name: Start docker and install dependencies
75
run: |
0 commit comments