Skip to content

Commit

Permalink
Try fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
AronHetLam committed Oct 12, 2023
1 parent d64df40 commit 2c927f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: gh-pages
- name: List environments for gh-pages
run: |
cd ./gh-pages
mkdir -p ./_data
mkdir -p ./_site/publish
mkdir -p ./_site
echo '${{ needs.get-envs.outputs.web_flasher_names }}' | jq '[.[] | {name: ., path: ("publish/" + sub("(\\s)"; "_"; "g") + "_manifest.json")}]' > ./_data/manifests.json
- uses: actions/configure-pages@v3
- uses: actions/jekyll-build-pages@v1
Expand Down

0 comments on commit 2c927f6

Please sign in to comment.