Skip to content

Commit

Permalink
Updating setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmiller committed Oct 4, 2023
1 parent 798beff commit b68ced5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/dmiller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: dm-test
on:
push:
branches:
- docs
jobs:
dm-test:
name: dm-test
uses: ./.github/workflows/docs.yml
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v1.1.0
uses: actions/setup-node@v3

- name: Build documentation
run: make docs-build
Expand Down

0 comments on commit b68ced5

Please sign in to comment.