Skip to content

Commit

Permalink
Merge pull request #605 from Eisvana/staging
Browse files Browse the repository at this point in the history
adjust configs for custom domain
  • Loading branch information
Lenni009 authored Mar 22, 2024
2 parents cd5cd9c + 7c6ab75 commit 7d51fa0
Show file tree
Hide file tree
Showing 13 changed files with 2,127 additions and 5,744 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build App
run: |
if [[ "${{ github.ref }}" == "refs/heads/staging" ]]; then
sed -i 's_EisvanaWikiPageCreator_EisvanaWikiPageCreator/staging_g' vite.config.ts
echo 'VITE_BASE_PATH=/staging/' > .env
fi
npm ci
Expand Down
46 changes: 21 additions & 25 deletions .github/workflows/lintdocs.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
name: Lint JSDoc
run-name: Lint JSDoc Comments

on:
pull_request:
types: [opened, synchronize]

concurrency:
group: "lintdoc"
cancel-in-progress: true

jobs:
Lint:
runs-on: ubuntu-latest

permissions:
pull-requests: write
contents: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Lint JSDoc Comments
uses: Lenni009/jsdoc2wiki-action/lint-doc@main
name: Lint JSDoc
run-name: Lint JSDoc Comments

on:
pull_request:
types: [opened, synchronize]

jobs:
Lint:
runs-on: ubuntu-latest

permissions:
pull-requests: write
contents: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Lint JSDoc Comments
uses: Lenni009/jsdoc2wiki-action/lint-doc@main
46 changes: 21 additions & 25 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
name: Test Build
run-name: Test Build

on:
pull_request:
types: [opened, synchronize]

concurrency:
group: "testbuild"
cancel-in-progress: true

jobs:
Build:
runs-on: ubuntu-latest

permissions:
pull-requests: write
contents: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Test Build
uses: Lenni009/test-build-vite-action@main
name: Test Build
run-name: Test Build

on:
pull_request:
types: [opened, synchronize]

jobs:
Build:
runs-on: ubuntu-latest

permissions:
pull-requests: write
contents: write

steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Test Build
uses: Lenni009/test-build-vite-action@main
1 change: 1 addition & 0 deletions env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="vite/client" />
Loading

0 comments on commit 7d51fa0

Please sign in to comment.