Skip to content

Commit 3dd6321

Browse files
committed
fix typo
1 parent 18d2a32 commit 3dd6321

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
cache: npm
2121

2222
- name: Download config files from Massa testnet branch
23-
run: |
24-
chmod +x ./scripts/download-configs.sh
25-
./scripts/download-configs.sh
23+
run: ./scripts/download-configs.sh
2624

2725
- name: Install dependencies
2826
run: npm ci

.github/workflows/deweb.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
deploy:
11-
name: Deploy to GitHub Pages
11+
name: Deploy to DeWeb
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
@@ -18,9 +18,7 @@ jobs:
1818
cache: npm
1919

2020
- name: Download config files from Massa testnet branch
21-
run: |
22-
chmod +x ./scripts/download-configs.sh
23-
./scripts/download-configs.sh
21+
run: ./scripts/download-configs.sh
2422

2523
- name: Install dependencies
2624
run: npm ci
@@ -38,4 +36,4 @@ jobs:
3836

3937
- name: Get deployed website address
4038
run: |
41-
echo "Deployed buildnet website address: ${{ steps.deploy.outputs.deployed-website }}"
39+
echo "Deployed website address: ${{ steps.deploy.outputs.deployed-website }}"

scripts/download-configs.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)