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

Updated main README.md and removed unused docs. #244

Merged
merged 1 commit into from
Nov 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
58 changes: 0 additions & 58 deletions .github/workflows/scaffold-release.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/scaffold-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,42 +106,3 @@ jobs:
- name: Check coding standards with actionlint
run: docker run --rm -v "${GITHUB_WORKSPACE:-.}":/app --workdir /app rhysd/actionlint:1.6.27 -ignore 'SC2002:' -ignore 'SC2155:'
continue-on-error: ${{ vars.DREVOPS_CI_ACTIONLINT_IGNORE_FAILURE == '1' }}

scaffold-test-docs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v4

- name: Install dependencies
run: npm install
working-directory: '${{ github.workspace }}/.scaffold/docs'

- name: Build documentation site
run: npm run build
working-directory: '${{ github.workspace }}/.scaffold/docs'

- name: Run tests
run: npm run test
working-directory: '${{ github.workspace }}/.scaffold/docs'

- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
publish-dir: '.scaffold/docs/build'
production-branch: 1.x
deploy-message: "Deploy from GitHub Actions"
enable-pull-request-comment: true
enable-commit-comment: true
overwrites-pull-request-comment: true
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
timeout-minutes: 1
File renamed without changes
Binary file removed .scaffold/assets/ci-circleci.png
Binary file not shown.
Binary file removed .scaffold/assets/ci-gha.png
Binary file not shown.
Binary file added .scaffold/assets/github-branch-protection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
19 changes: 0 additions & 19 deletions .scaffold/docs/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions .scaffold/docs/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions .scaffold/docs/babel.config.js

This file was deleted.

7 changes: 0 additions & 7 deletions .scaffold/docs/content/README.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions .scaffold/docs/content/faqs.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions .scaffold/docs/content/setup.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions .scaffold/docs/content/usage.mdx

This file was deleted.

37 changes: 0 additions & 37 deletions .scaffold/docs/cspell.json

This file was deleted.

134 changes: 0 additions & 134 deletions .scaffold/docs/docusaurus.config.js

This file was deleted.

Loading
Loading