File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments