Skip to content

Commit

Permalink
I HAVE NO IDEA
Browse files Browse the repository at this point in the history
  • Loading branch information
RobynLlama committed Jul 26, 2024
1 parent 05bf21a commit e0029a4
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 23 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ name: Deploy Jekyll site to Pages
on:
push:
branches: ["main"]
paths:
- "docs/**"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -28,6 +30,9 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -37,6 +42,7 @@ jobs:
ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
working-directory: '${{ github.workspace }}/docs'
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand All @@ -48,6 +54,8 @@ jobs:
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
with:
path: "docs/_site/"

# Deployment job
deploy:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion _config.yml → docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Lethal Company Modding
description: Thunderstore Community
remote_theme: just-the-docs/just-the-docs
theme: just-the-docs
color_scheme: dark

url: https://just-the-docs.github.io
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e0029a4

Please sign in to comment.