Skip to content

Commit

Permalink
(cicd) correction du params.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cyril charignon committed Oct 26, 2023
1 parent 52294df commit 8f697ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ jobs:
- name: Install dependencies
run: npm install
- name: Create the params file
run: echo "export const URL_API = " $URL_API ; >src/params.ts
run: |
ls
echo "export const URL_API = " $URL_API ; >src/params.ts
ls
cat src/params.ts
- name: Build
run: npm run build
- name: Setup Pages
Expand Down

0 comments on commit 8f697ea

Please sign in to comment.