We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650a3ed commit b8a3b67Copy full SHA for b8a3b67
2 files changed
.github/workflows/deploy.yml
@@ -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
0 commit comments