Skip to content

Commit

Permalink
fix: github pages (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc authored Feb 7, 2025
1 parent b457f5b commit 0074179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: npm
cache-dependency-path: docs/docs.logflare.com/package-lock.json
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
- name: Install dependencies
working-directory: ./docs/docs.logflare.com
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: "npm"
cache-dependency-path: docs/docs.logflare.com/package-lock.json
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
- name: Install dependencies
working-directory: ./docs/docs.logflare.com
run: npm ci
Expand All @@ -54,4 +54,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 0074179

Please # to comment.