Skip to content

Commit

Permalink
Make sure GitHub Pages doesn't use Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Jan 6, 2025
1 parent 3b73d7f commit 63b518f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
run: |
mkdir -p site
cp -v dist/*.deb site/
- name: Make sure GitHub Pages doesn't use Jekyll
run: touch site/.nojekyll
- name: Scan packages
run: |
apt-ftparchive packages . > Packages
Expand Down

0 comments on commit 63b518f

Please sign in to comment.