1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-11-03 20:54:07 +01: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 - name: install dependencies
run: sudo apt-get install emacs26 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 - name: make
run: cd tools/ && ./build_doc.sh && cd .. run: cd tools/ && ./build_doc.sh && cd ..
@ -32,12 +29,6 @@ jobs:
- name: ls - name: ls
run: ls -sh ./docs run: ls -sh ./docs
# - name: Deploy
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./docs
- name: Deploy - name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.0 uses: JamesIves/github-pages-deploy-action@4.1.0
with: with: