Allow the dist folder to be included in gh-pages

This commit is contained in:
Jaifroid 2023-05-30 16:49:56 +01:00
parent 2e067306fd
commit 174d058cbe
2 changed files with 2 additions and 1 deletions

View File

@ -79,6 +79,8 @@ jobs:
echo "Publishing to GitHub pages..."
git config user.name "GitHub Actions Bot"
git config user.email "<>"
# Delete gitignore entry for the dist folder
sed -i "/^\/dist\/$/d" .gitignore
if [ ! -z "$(git status --porcelain)" ]; then
git add .
git commit -m "Set GitHub Pages release version"

1
.gitignore vendored
View File

@ -5,7 +5,6 @@
_pkginfo.txt
/bld/
/bin/
/dist/
/BundleArtifacts/
/dist/
/archives/*.zim*