We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4624331 commit 58b8ddfCopy full SHA for 58b8ddf
.github/workflows/wasm.yml
@@ -68,22 +68,6 @@ jobs:
68
name: artifact-${{ matrix.config.target }}
69
path: ${{ matrix.config.target }}.tgz
70
71
- - name: Publish
72
- run: |
73
- docker run -v ${PWD}:/app -i -t=false pdfium-wasm python3 make.py run publish-${{ matrix.config.target }}
74
- sudo chmod -R 777 build/linux/publish
75
- if: startsWith(github.ref, 'refs/tags/')
76
-
77
- - name: Publish to web
78
- uses: peaceiris/actions-gh-pages@v3
79
- with:
80
- github_token: ${{ secrets.GITHUB_TOKEN }}
81
- publish_dir: build/linux/publish
82
- publish_branch: gh-pages
83
- keep_files: false
84
- force_orphan: true
85
- full_commit_message: ${{ github.event.head_commit.message }}
86
87
deploy:
88
name: Deploy
89
runs-on: ubuntu-latest
0 commit comments