Skip to content

Commit

Permalink
Merge pull request #13 from cse210-works-on-my-machine/devops/jsdocs
Browse files Browse the repository at this point in the history
JS doc yml update
  • Loading branch information
sapiosaturn authored Nov 27, 2023
2 parents dc0abb6 + 7939660 commit 0e04ab8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/jsdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
documentation:
runs-on: ubuntu-latest

permissions:
contents: write

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
Expand All @@ -33,8 +36,7 @@ jobs:

- name: Deploy Documentation to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
permissions:
contents: write
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: ./docs
force_orphan: true

0 comments on commit 0e04ab8

Please sign in to comment.