Skip to content

Commit

Permalink
minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jul 1, 2024
1 parent 9cedb7b commit 0b27eab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
PROJECTS=(
"Guite/test-actions"
"Guite/Awards"
"zikula-modules/Content"
"zikula-modules/MultiHook"
"zikula-modules/Multisites"
"zikula-modules/News"
"zikula-modules/Pages"
"zikula-modules/Ratings"
# "zikula-modules/Content"
# "zikula-modules/MultiHook"
# "zikula-modules/Multisites"
# "zikula-modules/News"
# "zikula-modules/Pages"
# "zikula-modules/Ratings"
)

# loop through projects
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/build-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
# see https://github.com/WebFreak001/deploy-nightly
- name: Deploy standalone generator
uses: WebFreak001/deploy-nightly@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: https://uploads.github.com/repos/Guite/MostGenerator/releases/22066470/assets{?name,label}
release_id: 22066470
Expand All @@ -57,8 +55,8 @@ jobs:
asset_content_type: application/java-archive
max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted

- name: Regenerate modules
run: ./.github/scripts/regenerateModules.sh
- name: Regenerate apps
run: ./.github/scripts/regenerateApps.sh
env:
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}

Expand Down

0 comments on commit 0b27eab

Please sign in to comment.