Skip to content

Commit 2d8dc7f

Browse files
committed
Commit
1 parent 6007527 commit 2d8dc7f

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/build_site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
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

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.docusaurus
22
node_modules
33
yarn.lock
4-
package-lock.json
4+
package-lock.json
5+
build

docs/about.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ Where all the fun stuff starts.
117117

118118
The 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)

0 commit comments

Comments
 (0)