Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RecapTime.dev Wiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RecapTime.dev
Squad Members
RecapTime.dev Wiki
Commits
b4a1da1d
Commit
b4a1da1d
authored
1 year ago
by
Andrei Jiroh Eugenio Halili
Browse files
Options
Downloads
Patches
Plain Diff
More build script pain
Signed-off-by:
Andrei Jiroh Halili
<
ajhalili2006@andreijiroh.eu.org
>
parent
98065e2f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package.json
+2
-1
2 additions, 1 deletion
package.json
scripts/build.sh
+1
-1
1 addition, 1 deletion
scripts/build.sh
with
3 additions
and
2 deletions
package.json
+
2
−
1
View file @
b4a1da1d
...
...
@@ -4,7 +4,8 @@
"description"
:
"An reincarnation of the handbook repository, but the entirety of Recap Time Squad Wiki in Markdown during possible Miraheze shutdown and migration."
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
"dev"
:
"./.venv/bin/mkdocs serve --use-directory-urls --dirtyreload"
,
"build"
:
"./scripts/build.sh"
},
"repository"
:
{
"type"
:
"git"
,
...
...
This diff is collapsed.
Click to expand it.
scripts/build.sh
+
1
−
1
View file @
b4a1da1d
...
...
@@ -9,4 +9,4 @@ pip3 install -r requirements.txt --upgrade
mkdocs build
--verbose
cp
-v
content/.well-known site/.well-known
\ No newline at end of file
cp
-vr
content/.well-known site/.well-known
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment