diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b07ce29..13547c1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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: