diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3035bc1d..0294ee30 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -22,7 +22,7 @@ jobs: run: cp README.md Documentation~/index.md - name: Build - run: docfx Documentation~/docfx.json -t default,templates/discordfx + run: docfx Documentation~/docfx.json -t modern # Upload the generated documentation - name: Upload site artifact