Skip to content

Commit fc28d13

Browse files
Adjust Antora GitHub Action
1 parent 666db36 commit fc28d13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/antora-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v2
4242
with:
43-
name: manual
44-
path: docs/site/manual
43+
name: site
44+
path: docs/site
4545

4646
- name: Deploy to GitHub Pages
4747
id: deployment
4848
uses: actions/deploy-pages@v2
4949
with:
5050
token: ${{ secrets.GITHUB_TOKEN }}
51-
artifact_name: manual
51+
artifact_name: site

0 commit comments

Comments
 (0)