Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalMike60t committed Jul 12, 2024
1 parent a69de58 commit baaaf83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ jobs:

- name: Install dependencies
run: npm install
working-directory: ./public
working-directory: ./

- name: Build project
run: node generate-directory-index.js
working-directory: ./public
working-directory: ./

- name: Save build artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: ./public/build # Adjust the path based on your build output, if needed
path: ./public
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit baaaf83

Please sign in to comment.