Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix github pages #2

Merged
merged 19 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: build
path: wiki/build

deploy:
name: Deploy to GitHub Pages
Expand Down
48 changes: 24 additions & 24 deletions .github/workflows/test-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: Test deployment
# name: Test deployment

on:
pull_request:
branches:
- main
# on:
# pull_request:
# branches:
# - main

defaults:
run:
working-directory: ./wiki
# defaults:
# run:
# working-directory: ./wiki

jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
# jobs:
# test-deploy:
# name: Test deployment
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# with:
# fetch-depth: 0
# - uses: actions/setup-node@v4
# with:
# node-version: 18
# cache: npm

- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build
# - name: Install dependencies
# run: npm ci
# - name: Test build website
# run: npm run build
2 changes: 1 addition & 1 deletion wiki/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config: Config = {
tagline: "Context based Server-Side logging for ROBLOX.",
favicon: "img/favicon.ico",
url: "https://rlog.daymxn.com",
baseUrl: "/rlog/",
baseUrl: "/",
organizationName: "daymxn",
projectName: "rLog",
onBrokenLinks: "throw",
Expand Down
Empty file added wiki/static/CNAME
Empty file.