Skip to content

Commit

Permalink
create hidden file in _site
Browse files Browse the repository at this point in the history
  • Loading branch information
gflohr committed Feb 20, 2025
1 parent 030c8e9 commit 44744ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/qgoda.yaml
Original file line number Diff line number Diff line change
@@ -18,6 +18,10 @@ jobs:
- name: Build with Qgoda
uses: gflohr/qgoda-action@main

# See https://github.com/peaceiris/actions-gh-pages/issues/892
- name: Create .exists
run: if [ ! -e _site/.exists ]; then touch _site/.exists fi

- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'

0 comments on commit 44744ba

Please sign in to comment.