Skip to content

Commit f969f02

Browse files
authored
Remove model specification from deployment config
1 parent 5502405 commit f969f02

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-homepage.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ jobs:
117117
Project URL: https://github.com/version-fox/vfox-elixir
118118
api_key: ${{ secrets.IFLOW_API_KEY }}
119119
# settings_json: ${{ secrets.IFLOW_SETTINGS_JSON }}
120-
model: "Qwen3-Coder"
121120
timeout: "1800"
122121
debug: "true"
123122

@@ -151,4 +150,4 @@ jobs:
151150
steps:
152151
- name: Deploy to GitHub Pages
153152
id: deployment
154-
uses: actions/deploy-pages@v4
153+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)