Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dadatuputi authored Oct 9, 2024
1 parent 2dc1663 commit 29a6a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
DOCS_DIR: ${{ github.workspace }}/${{ env.DOCS_DIR }}
run: npm run build
- name: Upload docs artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: ${{ github.workspace }}/${{ env.DOCS_DIR }}
Expand All @@ -65,7 +65,7 @@ jobs:
needs: pug
steps:
- name: Download docs artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docs
path: ./${{ env.DOCS_DIR }}
Expand Down

0 comments on commit 29a6a08

Please sign in to comment.