|
@@ -80,14 +80,14 @@ jobs:
|
|
|
# npm i asciidoctor-emoji
|
|
|
|
|
|
# Uncomment after package-lock.json and package.json files are updated.
|
|
|
-# - name: Run with CI
|
|
|
-# run: npm ci
|
|
|
+ - name: Run with CI
|
|
|
+ run: npm ci
|
|
|
|
|
|
- name: Audit Depends
|
|
|
run: npm audit
|
|
|
|
|
|
-# - name: Build Docs
|
|
|
-# run: npm run buildDocs
|
|
|
+ - name: Build Docs
|
|
|
+ run: npm run buildDocs
|
|
|
|
|
|
# Detects any updates to package-lock.json and package.json and commits the
|
|
|
# files to root.
|
|
@@ -112,11 +112,11 @@ jobs:
|
|
|
# see:
|
|
|
# https://github.com/marketplace/actions/github-pages-action?version=v3.6.1
|
|
|
# for use options.
|
|
|
-# - name: Deploy Docs
|
|
|
-# uses: peaceiris/actions-gh-pages@v3
|
|
|
-# with:
|
|
|
-# github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
+ - name: Deploy Docs
|
|
|
+ uses: peaceiris/actions-gh-pages@v3
|
|
|
+ with:
|
|
|
+ github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
# Commits these files to gh-pages if and only if there are changes.
|
|
|
-# publish_dir: ./build/site
|
|
|
+ publish_dir: ./build/site
|
|
|
# Insert CNAME for repository.
|
|
|
-# cname: wiki.jmonkeyengine.org
|
|
|
+ cname: wiki.jmonkeyengine.org
|