Skip to content

Update submodules

Update submodules #84

Workflow file for this run

name: DocFX
on:
push:
branches: [ main ]
paths:
- '**/*.cs'
- '**/*.csproj'
- 'README.md'
- 'index.md'
- 'docfx.json'
- 'docs/**'
- '*.yml'
- 'assets/images/**'
- 'templates/**'
- '.github/workflows/docfx.yml'
- 'RisingV.*'
- 'RisingV.*/**'
workflow_dispatch:
permissions:
actions: read
pages: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
publish-docs:
runs-on: ubuntu-latest
steps:
- name: Run DocFX Publish
uses: RisingV-Mods/RisingV.Docs/.github/actions/docfx-publish@main
with:
target: "RisingV.Scripting"
path: "scripting"
repo_token: "${{ secrets.RISINGV_PAT }}"
docs_token: "${{ secrets.RISINGV_DOCS_PAT }}"
template_url: "https://docs.risingv.dev/docfx/templates/material.zip"
xref_map: |
RisingV.Shared=https://docs.risingv.dev/shared/api
update_index_readme: "true"