File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
22
33on :
44 push :
5- branches : [" main" ]
5+ branches : [' main' ]
66 workflow_dispatch :
77
88permissions :
@@ -11,12 +11,16 @@ permissions:
1111 id-token : write
1212
1313concurrency :
14- group : " pages"
14+ group : ' pages'
1515 cancel-in-progress : false
1616
1717jobs :
1818 build :
1919 runs-on : ubuntu-latest
20+
21+ env :
22+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
23+
2024 steps :
2125 - name : Checkout repository
2226 uses : actions/checkout@v4
3337 - name : Build Tailwind CSS
3438 run : npm run build:css
3539
40+ - name : Debug docs folder
41+ run : |
42+ echo "===== docs folder ====="
43+ ls -la docs
44+ echo "===== tailwind.css content preview ====="
45+ head -n 20 docs/tailwind.css || echo "tailwind.css NOT FOUND"
46+
3647 - name : Upload Pages artifact
3748 uses : actions/upload-pages-artifact@v3
3849 with :
4758 steps :
4859 - name : Deploy to GitHub Pages
4960 id : deployment
50- uses : actions/deploy-pages@v4
61+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 163163 Privacy Policy
164164 </ h1 >
165165 < p class ="font-mono text-sm font-bold text-gray-500 dark:text-[#A3A3A3] ">
166- LAST UPDATED: < span class ="text-[#7C3AED] "> APRIL 2026</ span >
166+ LAST UPDATED: < span class ="text-[#7C3AED] "> APRIL 18, 2026</ span >
167167 </ p >
168168 </ div >
169169
You can’t perform that action at this time.
0 commit comments