Skip to content

Commit

Permalink
🎨 docfx_page.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxy829 committed Nov 16, 2023
1 parent e93498e commit f25e32b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docfx_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ on:
jobs:
build:
name: Build
runs-on: windows-latest
permissions:
contents: write
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
matrix:
os: [ aigio-win10ltsc-vm ]

steps:
- name: Checkout repository
# if: ${{ matrix.os != 'aigio-win10ltsc-vm' }}
Expand Down

0 comments on commit f25e32b

Please sign in to comment.