Skip to content

Commit

Permalink
working page
Browse files Browse the repository at this point in the history
  • Loading branch information
juanandres-montero authored Mar 31, 2024
1 parent 83bbefe commit b4b4c50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
echo "Unable to determine package manager"
exit 1
fi
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit b4b4c50

Please sign in to comment.