You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+32-1Lines changed: 32 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,35 @@ jobs:
22
22
with:
23
23
node-version: ${{ matrix.node-version }}
24
24
- run: npm install
25
-
- run: npm test
25
+
- run: npm test
26
+
DeployPages:
27
+
runs-on: ubuntu-latest
28
+
if: ${{ github.event_name == 'push' }}
29
+
steps:
30
+
- name: Checkout 🛎️
31
+
uses: actions/[email protected]# If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
32
+
with:
33
+
persist-credentials: false
34
+
- name: Edit config
35
+
run: >
36
+
sed -i -E 's/^ "defaultProxy": ""/ "defaultProxy": "pproxy.rom1504.fr:443"/g' config.json
0 commit comments