Skip to content

Commit

Permalink
dev hot
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn committed Jun 13, 2024
1 parent 54bcd08 commit 1f339ce
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cook-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,9 @@ jobs:
- name: fire
run: |
pip install ./work/ && \
mkdir ./tmp && \
DEST=./tmp genpac --config=./work/example/config.ini
- name: clean and copy
run: |
mkdir -p ./cooked/${{ inputs.branch }}/ && \
mkdir -p ./cooked/${{ inputs.branch }} && \
find ./cooked/${{ inputs.branch }} -maxdepth 1 -type f -name "*.*" ! -name "README.md" ! -name ".gitignore" -delete && \
cp ./tmp/* ./cooked/${{ inputs.branch }}/ && \
DEST=./cooked/${{ inputs.branch }} genpac --config=./work/example/config.ini && \
ls -alhR ./cooked/${{ inputs.branch }}/
- name: commit
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 1f339ce

Please sign in to comment.