Skip to content

Commit

Permalink
Merge branch 'main' into dialogue-expressions-scriptable
Browse files Browse the repository at this point in the history
  • Loading branch information
Warhammer4000 authored Mar 25, 2024
2 parents cb18649 + c54f47c commit 1ac0f0f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,22 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-latest.

steps:
- name: Checkout
uses: actions/checkout@v4


- name: Remove csproj files
run: find . -name "*.csproj" -type f -delete
shell: bash

- name: Build
uses: CaseyHofland/docfx-unitypackage@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}


- name: Deploy with DocFX
uses: sator-imaging/docfx-pages@v1
Expand All @@ -56,3 +64,7 @@ jobs:
],
}
main_css: |
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: _site

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

0 comments on commit 1ac0f0f

Please sign in to comment.