We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d9fd9 commit ef19ab2Copy full SHA for ef19ab2
.github/workflows/ci.yml
@@ -115,3 +115,11 @@ jobs:
115
with:
116
name: antora-docs-${{ matrix.name }}
117
path: doc/html
118
+
119
+ - name: Upload static files as artifact
120
+ uses: actions/upload-pages-artifact@v3
121
+ with:
122
+ path: doc/build/site
123
+ - name: Deploy to GitHub Pages
124
+ if: github.repository_owner == 'jll63' && github.ref_name == 'feature/doc'
125
+ uses: actions/deploy-pages@v4
0 commit comments