Skip to content

Bump Svg.Skia from 1.0.0.13 to 1.0.0.16 #398

Bump Svg.Skia from 1.0.0.13 to 1.0.0.16

Bump Svg.Skia from 1.0.0.13 to 1.0.0.16 #398

Workflow file for this run

name: github pages
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: DocFX
uses: nikeee/docfx-action@v0.1.0
with:
args: docs/docfx.json
- name: Deploy
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3.6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_site