aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-15 14:06:33 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-15 14:06:33 +0100
commit2427d327e0ef6b8fc6cb05c17d771cc10e102194 (patch)
treefca8bd0d77f9d167a96214458b65f750b05aa8d8
parent7703489d7c8a714f5378fffcb23d5ac95bf25ad0 (diff)
downloadvericert-docs-2427d327e0ef6b8fc6cb05c17d771cc10e102194.tar.gz
vericert-docs-2427d327e0ef6b8fc6cb05c17d771cc10e102194.zip
Fix github pages
-rw-r--r--.github/workflows/gh-pages.yml2
-rw-r--r--publish.el1
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 792c47f..8640f38 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -25,7 +25,7 @@ jobs:
extended: true
- name: Generate documentation
- run: emacs --batch --no-init --load publish.el
+ run: emacs --batch --no-init --file documentation.org --load publish.el
- name: Generate website
run: hugo --minify
diff --git a/publish.el b/publish.el
index ee614c4..cd23b3a 100644
--- a/publish.el
+++ b/publish.el
@@ -10,5 +10,4 @@
(require 'ox)
(require 'ox-hugo)
-(find-file-literally "documentation.org")
(org-hugo-export-wim-to-md :all-subtrees)