Skip to content

Commit

Permalink
Revert previous changes to static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
basher authored Apr 2, 2024
1 parent 3a3ea9b commit d41a104
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v3

#- name: Setup Node
#uses: actions/setup-node@v3
#with:
#node-version: 20
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20

- name: Astro build
uses: withastro/action@v2.0.0
uses: withastro/action@v0
with:
package-manager: npm

Expand All @@ -40,4 +40,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4.0.5
uses: actions/deploy-pages@v1

0 comments on commit d41a104

Please sign in to comment.