Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/25Ericcheong/binq
Browse files Browse the repository at this point in the history
  • Loading branch information
25Ericcheong committed May 18, 2024
2 parents 69f02ea + 1b447a2 commit 5128ce8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: npm

- name: Get directory
run: ls

- name: Install Dependencies and Build project
run: |
npm ci
npx tailwindcss build -i ./src/input.css -o ./src/output.css --minify
npm run build --f-present
- name: Pre-upload Step for refresh scenario
run:
cd dist && cp index.html 404.html && cd ..

- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 5128ce8

Please sign in to comment.