Skip to content

Commit

Permalink
Update workflow to support additional develop package
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklul committed May 23, 2024
1 parent ddc8f48 commit 878fb82
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 124 deletions.
2 changes: 1 addition & 1 deletion .github/actions/index/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ runs:
shell: bash
run: |
find "${{ inputs.path }}" -type f -name "index.html" -exec sudo chown $(id -u):$(id -g) "{}" \;
[ -d ""${{ inputs.path }}/../.git.bak"" ] && mv "${{ inputs.path }}/../.git.bak" "${{ inputs.path }}/.git"
[ -d "${{ inputs.path }}/../.git.bak" ] && mv "${{ inputs.path }}/../.git.bak" "${{ inputs.path }}/.git"
Loading

0 comments on commit 878fb82

Please sign in to comment.