Skip to content

Commit

Permalink
analyze workflow: publish data tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Jan 4, 2025
1 parent ba86303 commit 7b66849
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ jobs:
publish_dir: ./data
# it's not clear how exclude_assets works
# https://github.com/peaceiris/actions-gh-pages/blob/ababa3d330af34b07419f6bc9f4a6b817ed7930b/src/git-utils.ts#L21-L39
exclude_assets: "website/**,openskistats/**"
exclude_assets: "data/website,data/openskistats"
force_orphan: true
# remove the unnecessary .nojekyll file
enable_jekyll: true
- name: Deploy website
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 7b66849

Please sign in to comment.