Skip to content

Commit

Permalink
chore(ci): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagith committed Aug 19, 2024
1 parent 4a6242f commit ca225ab
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- id: repository-basename
run: |
echo "value=`basename ${{ github.repository }}`" >> $GITHUB_OUTPUT
shell: bash

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
Expand All @@ -34,6 +29,12 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Repository Basename
id: repository-basename
run: |
echo "value=`basename ${{ github.repository }}`" >> $GITHUB_OUTPUT
shell: bash

- name: Build
run: pnpm build
env:
Expand Down

0 comments on commit ca225ab

Please sign in to comment.