Skip to content

Update to JS 1.15.13 to fix Chrome 124 compatibility breakage (#49) #45

Update to JS 1.15.13 to fix Chrome 124 compatibility breakage (#49)

Update to JS 1.15.13 to fix Chrome 124 compatibility breakage (#49) #45

Workflow file for this run

name: Publish C# references
on:
push:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install DocFX
uses: crazy-max/ghaction-chocolatey@v1
with:
args: install docfx
- name: Copy README.md
run: cp README.md Documentation~/index.md
- name: Build DocFX
run: docfx Documentation~/docfx.json
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: Documentation~/_site