Skip to content

Commit 4b413f4

Browse files
Merge pull request #4 from GagnonVincent/update-fork
Disabled Continuous Deployment
2 parents a2fd53a + 814de03 commit 4b413f4

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/deploy.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ jobs:
2626
- run: npm run build --if-present
2727
- run: npm run lint
2828
- run: npm test
29-
deploy:
30-
needs: build
31-
runs-on: ubuntu-latest
32-
steps:
33-
- uses: actions/checkout@v2
34-
- uses: actions/setup-node@v1
35-
with:
36-
node-version: 18.x
37-
- run: npm install
38-
- run: npm run build --if-present
39-
# https://github.com/marketplace/actions/npm-publish
40-
- uses: JS-DevTools/npm-publish@v2
41-
with:
42-
token: ${{ secrets.NPM_TOKEN }}
29+
# deploy:
30+
# needs: build
31+
# runs-on: ubuntu-latest
32+
# steps:
33+
# - uses: actions/checkout@v2
34+
# - uses: actions/setup-node@v1
35+
# with:
36+
# node-version: 18.x
37+
# - run: npm install
38+
# - run: npm run build --if-present
39+
# # https://github.com/marketplace/actions/npm-publish
40+
# - uses: JS-DevTools/npm-publish@v2
41+
# with:
42+
# token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)