Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JimTheCat authored Nov 20, 2024
1 parent 4ef9308 commit 3004d88
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,19 @@ jobs:
node-version: 18

- name: Install dependencies
run: |
cd frontend
npm install
working-directory: ./frontend
run: npm install

# Budowanie aplikacji Vite
- name: Build project
run: |
cd frontend
npm run build
working-directory: ./frontend
run: npm run build

# Przesłanie artefaktów (pliki zbudowane w folderze "dist")
# Przesyłanie artefaktów (pliki zbudowane w folderze "dist")
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: frontend/dist
path: ./frontend/dist

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3004d88

Please sign in to comment.