From 51a8f5e0cede9c1c57dd5e239c8b31da191669aa Mon Sep 17 00:00:00 2001 From: Yevhenii Babichenko Date: Wed, 21 Aug 2024 02:14:14 +0300 Subject: [PATCH] ci(release): add .nojekyll to pages deployment --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9987b3f..ee48d49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,6 +129,8 @@ jobs: dpkg-scanpackages --multiversion . /dev/null | gzip -9c > Packages.gz cd .. + touch .nojekyll + git init git config user.name 'github-actions[bot]' git config user.email 'github-actions-bot@users.noreply.github.com'