Skip to content

Commit b8a3b67

Browse files
authored
Mise en ligne nouveau site web
Mise en ligne nouveau site web
1 parent 650a3ed commit b8a3b67

File tree

2 files changed

+18
-44
lines changed

2 files changed

+18
-44
lines changed

.github/workflows/deploy.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
on:
2+
push:
3+
branches:
4+
- "master" # change to the branch you wish to deploy from
5+
6+
permissions:
7+
contents: read
8+
pages: write
9+
id-token: write
10+
11+
jobs:
12+
deploy:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- id: build-publish
16+
uses: bitovi/github-actions-react-to-github-pages@v1.2.4
17+
with:
18+
path: dist # change to your build folder

.github/workflows/node.js.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)