This commit is contained in:
2025-11-18 22:55:20 -06:00
parent 5d1072fdc6
commit c84838cf87

View File

@@ -36,7 +36,8 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './mappings'
path: '.'
publish_dir: ./mappings
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4