File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 git config --global user.email 'github-actions[bot]@users.noreply.github.com'
4040 git checkout -B deploy
4141 git add .
42- git add -f public
43- git commit -m "${{ github.sha }} [Run webpack for commit]" || echo "No changes to commit"
42+ git add -f build
43+ git commit -m "${{ github.sha }} [Run build for commit]" || echo "No changes to commit"
4444 git push -f origin deploy
Original file line number Diff line number Diff line change 11.docusaurus
22node_modules
33yarn.lock
4- package-lock.json
4+ package-lock.json
5+ build
Original file line number Diff line number Diff line change @@ -117,6 +117,6 @@ Where all the fun stuff starts.
117117
118118The things that came before Random Rants +
119119
120- - [ Gvbvdxx Chat] ( ./sites /gvbvdxxchat.md)
121- - [ Macre's Chat] ( ./sites /macreschat.md )
122- - [ Random Rants] ( ./sites /randomrants.md )
120+ - [ Gvbvdxx Chat] ( /Sites /gvbvdxxchat.md)
121+ - [ Macre's Chat] ( ./Sites /macreschat.md )
122+ - [ Random Rants] ( ./Sites /randomrants.md )
You can’t perform that action at this time.
0 commit comments