mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 04:14:40 +01:00
avoid cloning htmlize
This commit is contained in:
parent
35d91b0f12
commit
29f3a46bc4
9
.github/workflows/gh-pages.yml
vendored
9
.github/workflows/gh-pages.yml
vendored
@ -20,9 +20,6 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: sudo apt-get install emacs26
|
||||
|
||||
- name: install htmlize
|
||||
run: git clone https://github.com/hniksic/emacs-htmlize && cp emacs-htmlize/htmlize.el docs/
|
||||
|
||||
- name: make
|
||||
run: cd tools/ && ./build_doc.sh && cd ..
|
||||
|
||||
@ -32,12 +29,6 @@ jobs:
|
||||
- name: ls
|
||||
run: ls -sh ./docs
|
||||
|
||||
# - name: Deploy
|
||||
# uses: peaceiris/actions-gh-pages@v3
|
||||
# with:
|
||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# publish_dir: ./docs
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.0
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user