Skip to content

Commit

Permalink
Fixed and optimized github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MamadouSDiallo committed Feb 3, 2025
1 parent 372ca5c commit 5d1ddaf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/docs_site
name: github-pages
- name: Debug - Verify uploaded artifact exists
run: |
ls -lh ./docs/docs_site || echo "❌ Build output missing!"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
artifact_name: github-pages

0 comments on commit 5d1ddaf

Please sign in to comment.