Skip to content

Commit cb70e0d

Browse files
committed
ci
1 parent 7af2c50 commit cb70e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,12 +505,12 @@ jobs:
505505
uses: actions/upload-artifact@v4
506506
with:
507507
name: antora-docs-${{ matrix.name }}
508-
path: Boost.OpenMethod/doc/build/site
508+
path: doc/build/site
509509

510510
- name: Upload static files as artifact
511511
uses: actions/upload-pages-artifact@v3
512512
with:
513-
path: Boost.OpenMethod/doc/build/site
513+
path: doc/build/site
514514

515515
- name: Deploy to GitHub Pages
516516
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)