mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-08 07:37:22 +00:00
workaround for jsdoc global scope requirement
This commit is contained in:
2
.github/workflows/deploy-githubpages.yml
vendored
2
.github/workflows/deploy-githubpages.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: sudo npm install
|
||||
run: sudo npm install -g jsdoc
|
||||
- name: Run js-doc
|
||||
run: sudo npm run js-doc
|
||||
- name: Setup Pages
|
||||
|
Reference in New Issue
Block a user