Skip to content

Commit

Permalink
bump checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmcosta committed Apr 4, 2024
1 parent b78a0cd commit 57d7155
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v4
with:
check-latest: true
node-version: 20.11.1
cache: npm
cache-dependency-path: |
package-lock.json
- run: npx tailwindcss -i ./src/input.css -o ./src/output.css

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./src
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
check-latest: true
node-version: 20.11.1
cache: npm
cache-dependency-path: |
package-lock.json
- run: npx tailwindcss -i ./src/input.css -o ./src/output.css
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./src

# Deploy job
deploy:
Expand Down

0 comments on commit 57d7155

Please sign in to comment.