Skip to content

Commit

Permalink
Updated main README.md and removed unused docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 28, 2024
1 parent f7e900e commit cb76bf8
Show file tree
Hide file tree
Showing 24 changed files with 443 additions and 32,297 deletions.
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

0 comments on commit cb76bf8

Please sign in to comment.