mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Makes us use release dmdoc
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user