Makes us use release dmdoc

This commit is contained in:
AffectedArc07
2021-09-13 22:01:40 +01:00
parent da18340bc4
commit c7b10e9fd9
5 changed files with 13 additions and 4 deletions
+5 -3
View File
@@ -2,7 +2,8 @@ name: Generate Documentation
on:
schedule:
- cron: "0 0 * * *" # Every day at the very start of the day
- cron: "0 0 * * *" # Every day at the very start of the day. Except it happens an hour and a half later because actions backlog
workflow_dispatch:
jobs:
generate_docs:
@@ -14,10 +15,11 @@ jobs:
with:
fetch-depth: 1
ref: master
- name: 'Install DMDOC'
run: bash tools/ci/install_dmdoc.sh
- name: 'Generate Documentation'
run: |
./tools/github-actions/doc-generator
~/dmdoc
touch dmdoc/.nojekyll
# Nojekyll is important to disable jeykll syntax, which can mess with files that start with underscores