Skip to content

Commit

Permalink
cicd deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
edotau committed Jan 18, 2024
1 parent 697173f commit 87c1f88
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: actions/setup-node@v2
- run: yarn install
- run: yarn build

env:
CI: true
- run: touch .nojekyll
Expand All @@ -33,5 +32,5 @@ jobs:
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: docs
FOLDER: ./
CLEAN: true

0 comments on commit 87c1f88

Please sign in to comment.