Skip to content

Commit 20d053d

Browse files
authored
Mise en ligne nouveau site web
Mise en ligne nouveau site web
1 parent 5645688 commit 20d053d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ jobs:
2828
cache: 'npm'
2929
- run: npm ci
3030
- run: npm run build --if-present
31-
- run: gh-pages -d build
31+
- name: Deploy to GitHub Pages
32+
uses: peaceiris/actions-gh-pages@v3
33+
with:
34+
github_token: ${{ secrets.BS_TOKEN }}
35+
publish_dir: ./build

0 commit comments

Comments
 (0)