Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang authored Jul 19, 2023
1 parent 9027b72 commit cc331a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
path: pdf.js
repository: mozilla/pdf.js
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
- name: Install Gulp
run: npm install -g gulp-cli
- name: Build
run: |
cd pdf.js
npm install --legacy-peer-deps
npx gulp publish
gulp publish
cd ..
cp -r pdf.js/build/generic/* .
- name: Config
Expand Down

0 comments on commit cc331a3

Please sign in to comment.