Skip to content

Commit

Permalink
fix: gh_pages workflow
Browse files Browse the repository at this point in the history
Squash of 10 similarly named commits
  • Loading branch information
f-aguzzi committed May 7, 2024
1 parent 3c957e8 commit 0a6fc43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build Docusaurus
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -19,6 +19,7 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: docs/datafusion_docs

- name: Install dependencies
run: |
Expand All @@ -32,7 +33,7 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: ${GITHUB_WORKSPACE}/docs/datafusion_docsbuild
path: docs/datafusion_docs/build

deploy:
name: Deploy to GitHub Pages
Expand Down

0 comments on commit 0a6fc43

Please sign in to comment.