generated from osc/skins-template
change paths
Some checks failed
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Failing after 11s
Some checks failed
Generate Skin previews, OSK files and per skin documentation / Full CI/CD Pipeline (push) Failing after 11s
This commit is contained in:
@@ -62,49 +62,49 @@ jobs:
|
||||
|
||||
- name: Discover and Detect Skins
|
||||
id: discover
|
||||
uses: git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/discover-skins@reusable-actions
|
||||
uses: https://git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/discover-skins@reusable-actions
|
||||
with:
|
||||
force_rebuild: ${{ github.event.inputs.force_rebuild }}
|
||||
target_skins: ${{ github.event.inputs.target_skins }}
|
||||
|
||||
- name: Pull Git LFS
|
||||
uses: git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/pull-lfs@reusable-actions
|
||||
uses: https://git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/pull-lfs@reusable-actions
|
||||
with:
|
||||
changed_skins_file: ${{ steps.discover.outputs.changed_skins_file }}
|
||||
|
||||
- name: Prepare Assets
|
||||
id: prepare
|
||||
uses: git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/prepare-assets@reusable-actions
|
||||
uses: https://git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/prepare-assets@reusable-actions
|
||||
with:
|
||||
all_skins: ${{ steps.discover.outputs.all_skins }}
|
||||
|
||||
- name: Create Tag
|
||||
id: tag
|
||||
uses: git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/create-tag@reusable-actions
|
||||
uses: https://git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/create-tag@reusable-actions
|
||||
|
||||
- name: Generate Previews (videos + screenshots + renames)
|
||||
uses: git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/generate-previews@reusable-actions
|
||||
uses: https://git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/generate-previews@reusable-actions
|
||||
with:
|
||||
changed_skins_file: ${{ steps.discover.outputs.changed_skins_file }}
|
||||
|
||||
- name: Generate Mod Icons and Convert Images
|
||||
uses: git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/generate-icons@reusable-actions
|
||||
uses: https://git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/generate-icons@reusable-actions
|
||||
with:
|
||||
changed_skins_file: ${{ steps.discover.outputs.changed_skins_file }}
|
||||
|
||||
- name: Generate Documentation
|
||||
uses: git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/generate-docs@reusable-actions
|
||||
uses: https://git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/generate-docs@reusable-actions
|
||||
with:
|
||||
new_tag: ${{ steps.tag.outputs.new_tag }}
|
||||
readme_path: ${{ env.README_PATH }}
|
||||
doc_dir: ${{ env.DOC_DIR }}
|
||||
|
||||
- name: Cleanup Files
|
||||
uses: git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/cleanup@reusable-actions
|
||||
uses: https://git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/cleanup@reusable-actions
|
||||
with:
|
||||
all_skins: ${{ steps.discover.outputs.all_skins }}
|
||||
|
||||
- name: Commit and Push
|
||||
uses: git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/git-commit-push@reusable-actions
|
||||
uses: https://git.sulejmani.xyz/Arlind/skins/.gitea/workflows/actions/git-commit-push@reusable-actions
|
||||
with:
|
||||
new_tag: ${{ steps.tag.outputs.new_tag }}
|
||||
|
||||
Reference in New Issue
Block a user