Skip to content

Commit

Permalink
Issue apache#5500 - Add .nojekyll to explicitly disable Github Pages …
Browse files Browse the repository at this point in the history
…support

Suggested-by @kou at apache#5670 (comment)

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Mar 22, 2023
1 parent 9dec9ae commit dc3b89b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
../docs/build/html/ \
./
cp ../.asf.yaml .
touch .nojekyll
git status --porcelain
if [ "$(git status --porcelain)" != "" ]; then
git config user.name "github-actions[bot]"
Expand Down

0 comments on commit dc3b89b

Please sign in to comment.