Skip to content

Commit

Permalink
Merge branch 'main' into masa/v15-docs-update-test-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek authored Feb 12, 2024
2 parents 93b56b0 + 2a56c8b commit 11a79be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
path: "."

- name: Setup Node.js 🔧
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"

Expand All @@ -40,7 +40,7 @@ jobs:
make build-docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: ~/output
Expand Down

0 comments on commit 11a79be

Please sign in to comment.