Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
shelly_goldblit committed Jun 22, 2024
1 parent 3be5cfe commit da5427d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ jobs:
- run: npm run build
- run: npm run test
- run: npm run cy:run
- name: Publish generated content to GitHub Pages
uses: tsunematsu21/actions-publish-gh-pages@v1.0.2
with:
dir: site
branch: gh-pages
token: ${{ secrets.ACCESS_TOKEN }}

- name: 🔴 Delete remote badges branch
run: git push origin --delete badges
- name: ➕ Create badges branch
Expand All @@ -45,6 +40,12 @@ jobs:
run: |
npm run generate-md-docs
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build
- name: Publish generated content to GitHub Pages
uses: tsunematsu21/actions-publish-gh-pages@v1.0.2
with:
dir: site
branch: gh-pages
token: ${{ secrets.ACCESS_TOKEN }}

- name: Tests Report
uses: phoenix-actions/test-reporting@v8
Expand Down

0 comments on commit da5427d

Please sign in to comment.