Skip to content

Commit

Permalink
Added CI/CD - removed commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaljanicki committed Mar 4, 2024
1 parent 6515214 commit 98caae9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- run: rm -rf docs
- run: yarn
- run: yarn run build
# - run: curl ${{ vars.INDEX_HTML_DEPLOYMENT_URL }} > dist/index.html
- uses: kersvers/[email protected]
with:
args: --delete
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/master-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- run: rm -rf docs
- run: yarn
- run: yarn run build
# - run: curl ${{ vars.INDEX_HTML_DEPLOYMENT_URL }} > dist/index.html
- uses: kersvers/[email protected]
with:
args: --delete
Expand Down

0 comments on commit 98caae9

Please sign in to comment.