Skip to content

Commit d2293b2

Browse files
committed
chore: updated github actions for 4.8.1
1 parent e60a1c2 commit d2293b2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
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 }}

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
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

.github/workflows/dev-demo-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy to Netlify on pull requests
22

33
on:
4-
workflow_dispatch:
4+
push:
55

66
jobs:
77
build:
@@ -42,4 +42,4 @@ jobs:
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

0 commit comments

Comments
 (0)