Skip to content

Commit

Permalink
馃挌 docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Feb 11, 2023
1 parent 6bb08ab commit 401ae31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.CUSTOM_GH_TOKEN }}
env:
GIT_USER: smashah
GIT_PASS: ${{ secrets.CUSTOM_GH_TOKEN }}
- run: npm ci
- run: npm run build
- run: npm i
- run: npm run docs
- run: npm run docs
env:
GIT_USER: smashah
GIT_PASS: ${{ secrets.CUSTOM_GH_TOKEN }}

0 comments on commit 401ae31

Please sign in to comment.