Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Mar 18, 2024
1 parent ffe6188 commit fdbf414
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,13 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Install
run: pnpm install
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3

- run: pnpm install
- name: Set environemnt variable $BASE_URL
run: echo "BASE_URL=/handli/" >> $GITHUB_ENV

- name: Build
run: pnpm build
- run: pnpm build

- name: Deploy
uses: JamesIves/[email protected]
Expand Down

0 comments on commit fdbf414

Please sign in to comment.