Skip to content

Commit

Permalink
chore: cleanup pages yaml workflow (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Jul 29, 2024
1 parent 49bcc1a commit 641df79
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Pages
on:
push:
branches: [master]
# pull_request:

concurrency:
group: 'pages'
cancel-in-progress: false

jobs:
build:
Expand All @@ -22,7 +17,8 @@ jobs:
cache: pnpm

- run: pnpm install
- run: cd workspace/website && pnpm build
- working-directory: ./workspace/website
run: pnpm build
env:
BASE_PATH: /${{ github.event.repository.name }}

Expand Down

0 comments on commit 641df79

Please sign in to comment.