Skip to content

Commit

Permalink
now all actions are defined the Workflows repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf2323 committed Dec 8, 2024
1 parent efd4361 commit bf85e21
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 448 deletions.
40 changes: 0 additions & 40 deletions .github/actions/replace-code-variables/action.yml

This file was deleted.

16 changes: 2 additions & 14 deletions .github/actions/replace-docs-variables/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ inputs:
runs:
using: composite
steps:
- name: Set CHANGELOG.md version
shell: bash --noprofile --norc -euo pipefail {0}
run: |
sed -i "s~## \[Unreleased\]~## \[${VERSION}\]~g" ./CHANGELOG.md
DATE="$(date +%Y-%m-%d)"
sed -i "s~\${maven\.build\.timestamp}~$DATE~g" ./CHANGELOG.md
echo "$(cat ./CHANGELOG.md)" >> './docs/Documentation/CHANGELOG.md'
env:
- uses: BetonQuest/Workflows/.github/actions/replace-docs-variables@main
with:
VERSION: ${{ inputs.VERSION }}
- name: Set API/Overview.md version
shell: bash --noprofile --norc -euo pipefail {0}
Expand All @@ -45,12 +39,6 @@ runs:
find docs/ -type f -exec sed -i "s#/bq download BetonQuest/Quest-Tutorials \${ref} QuestPackages #/bq download BetonQuest/Quest-Tutorials ${REFERENCE} QuestPackages #" {} +
env:
VERSION_TYPE: ${{ inputs.VERSION_TYPE }}
- name: Set user feedback form version in mkdocs.yml
shell: bash --noprofile --norc -euo pipefail {0}
run: |
sed -i "s~%VERSION%~${VERSION}~g" ./mkdocs.yml
env:
VERSION: ${{ inputs.VERSION }}
- name: Set secret in downloads.js script
shell: bash --noprofile --norc -euo pipefail {0}
run: |
Expand Down
35 changes: 0 additions & 35 deletions .github/actions/setup-git-lfs/action.yml

This file was deleted.

58 changes: 0 additions & 58 deletions .github/actions/setup-java-maven/action.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/actions/setup-java-maven/cache/action.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/actions/setup-mkdocs-material/action.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/actions/setup-mkdocs-material/cache/action.yml

This file was deleted.

95 changes: 0 additions & 95 deletions .github/actions/version/action.yml

This file was deleted.

Loading

0 comments on commit bf85e21

Please sign in to comment.