Skip to content

Commit

Permalink
Switch OS
Browse files Browse the repository at this point in the history
  • Loading branch information
JensAstrup committed Mar 29, 2024
1 parent 5680765 commit 70c1b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
generate-docs:
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Checkout code
Expand All @@ -23,7 +23,7 @@ jobs:
run: npm install

- name: Generate TypeDocs
run: npm run docs
run: npm run docs && ls -a docs

- name: Upload TypeDocs as GitHub Pages Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 70c1b29

Please sign in to comment.