Skip to content

Commit 726d5b7

Browse files
committed
test chromium-browser
1 parent 5baeae9 commit 726d5b7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818

19+
- name: Setup chromium
20+
- uses: browser-actions/setup-chrome@v1
21+
id: setup-chrome
22+
with:
23+
install-dependencies: true
24+
install-chromedriver: true
25+
- run: |
26+
echo ${{ steps.setup-chrome.outputs.chrome-path }} --version
27+
${{ steps.setup-chrome.outputs.chrome-path }} --version
28+
- name: test chromium
29+
run: |
30+
${{ steps.setup-chrome.outputs.chrome-path }} --headless --disable-gpu --dump-dom https://google.com
31+
1932
- name: Python setup
2033
uses: actions/setup-python@v3
2134
# - name: Sphinx setup

.github/workflows/test_builddocsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Sphinx setup
3030
run: |
3131
pip install sphinx sphinx_readable_theme
32-
pip install mkdocs-with-pdf
32+
#pip install mkdocs-to-pdf
3333
- name: pandoc setup
3434
uses: pandoc/actions/setup@v1
3535
- name: mkdocs setup

0 commit comments

Comments
 (0)