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 4379b93 commit 94801f7Copy full SHA for 94801f7
.github/workflows/ci.yml
@@ -183,7 +183,7 @@ jobs:
183
name: "Preview Docs:"
184
runs-on: ubuntu-latest
185
needs: ["build-docs"]
186
- if: "{{github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork }}"
+ if: "${{github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork }}"
187
188
steps:
189
- uses: actions/download-artifact@v3
0 commit comments