Skip to content

Commit

Permalink
force docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmiller committed Oct 5, 2023
1 parent 712a781 commit 2e20414
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
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
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
Expand All @@ -22,7 +22,7 @@ jobs:

- name: Deploy
if: success()
uses: crazy-max/ghaction-github-pages@v1
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: ./build/docs
Expand Down

0 comments on commit 2e20414

Please sign in to comment.