aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-02-23 19:20:25 +0000
committerYann Herklotz <git@yannherklotz.com>2022-02-23 19:20:25 +0000
commit5e7713bc58833552a36b1dca4e582952860a5d2a (patch)
tree604aa99a7dd5eb9acac0ffb973e954013f588db1
parent893804926a0727a63b1fe8fee996b978392c1e15 (diff)
downloadvericert-docs-5e7713bc58833552a36b1dca4e582952860a5d2a.tar.gz
vericert-docs-5e7713bc58833552a36b1dca4e582952860a5d2a.zip
Remove gh-pages build from Github
-rw-r--r--.github/workflows/gh-pages.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
deleted file mode 100644
index 8640f38..0000000
--- a/.github/workflows/gh-pages.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-name: docs
-
-on:
- push:
- branches: [ master ]
- pull_request:
- branches: [ master ]
-
-jobs:
- build:
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v2
- with:
- submodules: recursive
-
- - name: Install emacs
- run: sudo apt-get install emacs
-
- - name: Setup Hugo
- uses: peaceiris/actions-hugo@v2
- with:
- hugo-version: '0.80.0'
- extended: true
-
- - name: Generate documentation
- run: emacs --batch --no-init --file documentation.org --load publish.el
-
- - name: Generate website
- run: hugo --minify
-
- - name: Deploy gh-pages
- uses: peaceiris/actions-gh-pages@v3
- with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./public