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 a3262b8 commit aaff402Copy full SHA for aaff402
.github/workflows/preview.yml
@@ -30,7 +30,12 @@ jobs:
30
env:
31
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
32
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
33
- run: npx netlify-cli deploy --alias=deploy-preview-${{github.event.number}} --dir=_site
+ NETLIFY_DEPLOY_ALIAS: deploy-preview-${{github.event.number}}
34
+ run: >
35
+ npx netlify-cli deploy
36
+ --dir _site
37
+ --filter @patternfly/elements
38
+ --alias $NETLIFY_DEPLOY_ALIAS
39
40
- name: Post Previews
41
uses: actions/github-script@v6
0 commit comments