File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6565 # uses: sonarsource/sonarcloud-github-action@master
6666 # env:
6767 # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68- # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
68+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 3232 run : |
3333 npm run typedoc
3434 cd docs
35+ echo 'typedocs.octez-connect.tezos.com' > CNAME
3536 git config --global user.email "support+actions@github.com"
3637 git config --global user.name "github-actions-bot"
3738 git init
3839 git add -A
3940 git commit -m 'chore(docs): including latest changes'
40- git push -f https://git:${GITHUB_TOKEN}@github.com/trilitech/beacon-sdk .git master:gh-pages
41+ git push -f https://git:${GITHUB_TOKEN}@github.com/trilitech/octez.connect .git master:gh-pages
Original file line number Diff line number Diff line change 11name : Deploy to Netlify on pull requests
22
33on :
4- workflow_dispatch :
4+ push :
55
66jobs :
77 build :
4242 env :
4343 NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
4444 NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
45- run : netlify deploy --dir=public --filter packages/octez.connect-sdk --alias=$GITHUB_SHA --message=$GITHUB_SHA
45+ run : netlify deploy --dir=public --filter packages/octez.connect-sdk --alias=$GITHUB_SHA --message=$GITHUB_SHA
You can’t perform that action at this time.
0 commit comments