Skip to content

Commit

Permalink
ci: debug github pages #5
Browse files Browse the repository at this point in the history
  • Loading branch information
resulraveendran authored Sep 24, 2024
1 parent 63b3a91 commit 4ec2b36
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,14 @@ jobs:
- name: List dist directory
run: |
ls -la ./dist
cat ./dist/pattern/index.html
head -n 100 ./dist/pattern/index.html
- name: Upload index.html as artifact
uses: actions/upload-artifact@v2
with:
name: index-html-file
path: ./dist/pattern/index.html



# Step 5: Deploy to GitHub Pages using the 'dist' directory
Expand Down

0 comments on commit 4ec2b36

Please sign in to comment.