aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-08-11 17:14:43 +0200
committerYann Herklotz <git@yannherklotz.com>2020-08-11 17:14:43 +0200
commited24f8b4717c02573b4149ca4cdf3f84a95d49a6 (patch)
tree04d28aeb489b934587d0586bfdef8e2cc818c61c /.github
parentdc2a91f7874189b174d7e8e502e2b128f8fd31da (diff)
downloadvericert-ed24f8b4717c02573b4149ca4cdf3f84a95d49a6.tar.gz
vericert-ed24f8b4717c02573b4149ca4cdf3f84a95d49a6.zip
Fix yaml and generation
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gh-pages.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 4675a9f..2472bba 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -26,10 +26,11 @@ jobs:
- name: Generate Admitted icon
run: python3 scripts/statistics.py src && mkdir -p docs/assets && mv admitted.svg docs/assets/.
- - name: Generate html
- run:
- - sudo apt-get install emacs
- - emacs --batch --no-init --load publish.el --funcall org-publish-all
+ - name: Install emacs
+ run: sudo apt-get install emacs
+
+ - name: Generate documentation
+ run: cd docs && emacs --batch --no-init --load publish.el --funcall org-publish-all
- name: Deploy gh-pages
uses: peaceiris/actions-gh-pages@v3