File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 container :
12- image : oven/bun:debian
12+ image : abdulari/test:1
13+ credentials :
14+ username : ${{ secrets.DOCKER_USERNAME }}
15+ password : ${{ secrets.DOCKER_PASSWORD }}
1316 permissions :
1417 contents : write
1518 steps :
2124
2225 - name : deploy to gh-pages
2326 run : |
24- git worktree add -B gh-pages gh-pages origin/gh-pages
27+ git config --global --add safe.directory /__w/react-demo/react-demo
28+ git config --global user.name "github-actions[bot]"
29+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
30+ git fetch origin
31+ git branch
32+ git worktree add gh-pages origin/gh-pages
2533 cp -r ui/dist/* gh-pages/
2634 cd gh-pages && git add . && git commit -m "Update gh-pages" && git push origin gh-pages
You can’t perform that action at this time.
0 commit comments