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

Migrate - Remove old hompepage and rename docs folder to homepage #571

Merged
merged 1 commit into from
May 8, 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
6 changes: 3 additions & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
branches:
- master
paths:
- 'dbml-docs/**'
- 'dbml-homepage/**'

jobs:
build:
name: Build Docusaurus
runs-on: ubuntu-22.04
defaults:
run:
working-directory: dbml-docs
working-directory: dbml-homepage

steps:
- name: Checkout source code
Expand All @@ -24,7 +24,7 @@ jobs:
with:
node-version: 20.x
cache: yarn
cache-dependency-path: ./dbml-docs/yarn.lock
cache-dependency-path: ./dbml-homepage/yarn.lock

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: dbml-docs
working-directory: dbml-homepage

steps:
- name: Checkout source code
Expand All @@ -19,7 +19,7 @@ jobs:
with:
node-version: 20.x
cache: yarn
cache-dependency-path: ./dbml-docs/yarn.lock
cache-dependency-path: ./dbml-homepage/yarn.lock

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Upload build artifact
uses: actions/upload-pages-artifact@v3
with:
path: dbml-docs/build
path: dbml-homepage/build

deploy:
name: Deploy to GitHub Pages
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ on:
branches: [ master ]
paths-ignore:
- 'dbml-homepage/**'
- 'dbml-docs/**'
pull_request:
branches: [ master ]
types: [opened, synchronize]
paths-ignore:
- 'dbml-homepage/**'
- 'dbml-docs/**'
jobs:
build:
runs-on: ubuntu-22.04
Expand Down
22 changes: 0 additions & 22 deletions dbml-docs/.gitignore

This file was deleted.

55 changes: 0 additions & 55 deletions dbml-docs/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions dbml-docs/package.json

This file was deleted.

Loading
Loading