Skip to content

Commit

Permalink
feat: build-push-release-web-image.yml 增加 /dify的替换
Browse files Browse the repository at this point in the history
  • Loading branch information
liq committed Aug 30, 2024
1 parent 6bd27e9 commit f2f28aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-push-release-web-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: override base path
run: |
# 替换 /dify 为 /agents
sed -i 's/\/dify/\/agents/g' web/next.config.js
sed -i 's/\/dify/\/agents/g' web/utils/next-rebuild.ts
cat web/next.config.js
cat web/utils/next-rebuild.ts
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

Expand Down

0 comments on commit f2f28aa

Please sign in to comment.