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 a3b82e8 commit b03d56dCopy full SHA for b03d56d
.github/workflows/docs-generate-html.yml
@@ -8,7 +8,7 @@ on:
8
workflow_dispatch:
9
10
env:
11
- PUBLISH_TO: ${{ github.ref == 'refs/heads/dev' && 'dev' || 'prod' }}
+ PUBLISH_TO: ${{ github.ref == 'refs/heads/main' && 'prod' || 'dev' }}
12
13
jobs:
14
0 commit comments