Skip to content

Commit

Permalink
fix matrix and branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolie Rabideau authored and Jolie Rabideau committed Dec 4, 2023
1 parent b5e81f1 commit a25dbf3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,20 @@ name: Publish documentation
on:
push:
branches:
- master
- main

jobs:
publish-docs:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
dotnet_version: [7.0.x]
node_version: [18.x]

steps:
- name: Checkout git repo
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '14'

- name: Install Node and NPM
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a25dbf3

Please sign in to comment.