Skip to content

Commit

Permalink
fix: remove ppm support from pages-astro.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert authored Nov 7, 2023
1 parent 50bea32 commit 01277c0
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/pages-astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,7 @@ jobs:
- name: "🧰 Check out code"
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

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

- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store
- name: Build and Upload Site
- name: Build and Upload Site

Check failure on line 34 in .github/workflows/pages-astro.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

34:8 syntax error: expected <block end>, but found '<block sequence start>' (syntax)
uses: withastro/action@v1

Check failure on line 35 in .github/workflows/pages-astro.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

35:9 [indentation] wrong indentation: expected 9 but found 8
with:
path:
Expand Down

0 comments on commit 01277c0

Please sign in to comment.