Skip to content

Commit 0d28160

Browse files
committed
GHA: Do not add .nojekyll file
New version of uplaod-pages-artifact does not deploy this anymore. But the discussion about this change clarified that this file is not required when upload the files from an action (as opposed to using a branch input). So remove it to avoid further confusion. Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
1 parent 954bf54 commit 0d28160

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/doxygen.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
cd doxygen
3535
cmake -S ${{ github.workspace}}/openvpn3 -DENABLE_DOXYGEN=ON -DDOXYGEN_HTML_EXTRA_STYLESHEET=${{ github.workspace }}/doxygen-awesome-css/doxygen-awesome.css -GNinja
3636
ninja -v doxygen-core
37-
touch doxygen/core/html/.nojekyll
3837
- name: Upload static files as artifact
3938
id: deployment
4039
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0

0 commit comments

Comments
 (0)