File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 4646 with :
4747 name : execution-reports
4848 path : _build/html/reports
49- - name : Install Node.js and Netlify CLI
50- shell : bash -l {0}
51- run : |
52- curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
53- apt-get install -y nodejs
54- npm install -g netlify-cli
55- - name : Preview Deploy to Netlify
56- shell : bash -l {0}
57- run : |
58- netlify deploy \
59- --dir _build/html/ \
60- --site ${{ secrets.NETLIFY_SITE_ID }} \
61- --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} \
62- --alias collab-pr-${{ github.event.pull_request.number }} \
63- --context deploy-preview \
64- --message "Collab Preview Deploy from GitHub Actions PR #${{ github.event.pull_request.number }} (commit: ${{ github.sha }})" \
65- --json
66- env :
67- NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
68- NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
You can’t perform that action at this time.
0 commit comments