Skip to content

Commit fddccde

Browse files
authored
Mise en ligne nouveau site web
Mise en ligne nouveau site webMise en ligne nouveau site web
1 parent 7d196d7 commit fddccde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- "master" # change to the branch you wish to deploy from
6+
- "master"
77

88
permissions:
99
contents: read
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: '20.15.0' # change to the version you wish to use
23+
node-version: '20.15.0'
2424

2525
- run: npm ci
2626

@@ -34,5 +34,5 @@ jobs:
3434
- id: build-publish
3535
uses: bitovi/github-actions-react-to-github-pages@v1.2.4
3636
with:
37-
path: dist # change to your build folder (dist for Vite)
37+
path: dist
3838

0 commit comments

Comments
 (0)