Skip to content

Commit 0ab16da

Browse files
Remove conflicting GitHub Pages workflow (#45)
* Initial plan * Remove redundant static.yml workflow to fix GitHub Pages conflict Co-authored-by: maximilien-noal <1087524+maximilien-noal@users.noreply.github.com> * Keep static.yml and remove deploy-pages.yml as requested, update static.yml to deploy docs/ Co-authored-by: maximilien-noal <1087524+maximilien-noal@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: maximilien-noal <1087524+maximilien-noal@users.noreply.github.com>
1 parent d88b1d3 commit 0ab16da

2 files changed

Lines changed: 2 additions & 48 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v3
3838
with:
39-
# Upload entire repository
40-
path: '.'
39+
# Upload docs directory
40+
path: 'docs'
4141
- name: Deploy to GitHub Pages
4242
id: deployment
4343
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)