Skip to content

Commit

Permalink
Update pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Feb 3, 2025
1 parent 5dce7a8 commit f6155f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml → .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Install and prapare
run: npm ci
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
Expand Down

0 comments on commit f6155f2

Please sign in to comment.