Skip to content

Commit

Permalink
Adjust pipeline workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tugark committed Feb 12, 2024
1 parent e5ae9d7 commit 6c4feff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main
- feature/fix-pipeline # todo: change to main once pipeline works
jobs:
deploy:
permissions:
Expand All @@ -19,10 +19,9 @@ jobs:

- name: Install dependencies
run: npm ci
working-directory: ./app
- name: Build website
run: npm run build
working-directory: ./app

- name: Debug
run: pwd && cd ./app/build && ls -la

Expand All @@ -31,4 +30,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./app/build
publish_dir: ./build

0 comments on commit 6c4feff

Please sign in to comment.