workflow finetuning

This commit is contained in:
Pim Snel 2024-03-23 16:02:16 +01:00
parent 787eba61f0
commit 147ef00116
3 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,9 @@ jobs:
- name: master-options
run: ./scripts/build_hm_options.sh
- name: remove gitignore
run: rm .gitignore
# - name: master-options
# env:
# RELEASE: release-23.11
@ -45,4 +48,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: pages-${{ github.ref_name }}
publish_dir: .

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
.nix-gems
.bundle
result
data/hm-options*

0
data/.keep Normal file
View File