Skip to content

Commit

Permalink
chore: udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
barthy-koeln committed Apr 2, 2024
1 parent 8a29929 commit f143254
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,28 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: yarn
cache-dependency-path: ${{ env.BUILD_PATH }}/yarn.lock

- name: Setup Pages
id: pages
uses: actions/configure-pages@v5

- name: Install dependencies
run: yarn install --frozen-lockfile
working-directory: ${{ env.BUILD_PATH }}

- name: Build with Astro
run: yarn astro build
working-directory: ${{ env.BUILD_PATH }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ${{ env.BUILD_PATH }}/dist

Expand Down

0 comments on commit f143254

Please sign in to comment.