1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00

avoid cloning htmlize

This commit is contained in:
q-posev 2021-04-12 16:18:49 +02:00
parent 35d91b0f12
commit 29f3a46bc4

View File

@ -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: