Skip to content

Commit 58b8ddf

Browse files
author
Paulo Coutinho
committed
removed auto publish for web
1 parent 4624331 commit 58b8ddf

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/wasm.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,6 @@ jobs:
6868
name: artifact-${{ matrix.config.target }}
6969
path: ${{ matrix.config.target }}.tgz
7070

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-
8771
deploy:
8872
name: Deploy
8973
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)