mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix branch deploy
This commit is contained in:
3
.github/workflows/guide.yml
vendored
3
.github/workflows/guide.yml
vendored
@@ -36,7 +36,6 @@ jobs:
|
||||
defaults:
|
||||
run:
|
||||
working-directory: guide/site/
|
||||
needs: [ test ]
|
||||
if:
|
||||
contains('
|
||||
refs/heads/release-
|
||||
@@ -56,7 +55,7 @@ jobs:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
deploy-message: "Deploy from GitHub Actions"
|
||||
netlify-config-path: './guide/netlify.toml'
|
||||
alias: deploy-preview-${{ github.head_ref }}
|
||||
alias: ${{ github.head_ref }}
|
||||
env:
|
||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_GUIDE_SITE_ID }}
|
||||
|
||||
Reference in New Issue
Block a user