Skip to content

Commit

Permalink
Add Documentation & Documentation Deployment (#8)
Browse files Browse the repository at this point in the history
# Add Documentation & Documentation Deployment

## ⚙️ Release Notes 
- Add Documentation & Documentation Deployment


### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
PSchmiedmayer authored Oct 29, 2023
1 parent ac26173 commit 7a84879
Show file tree
Hide file tree
Showing 14 changed files with 144 additions and 373 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"extends": ["next/core-web-vitals", "prettier"],
"plugins": ["prettier"],
"ignorePatterns": [
"**/dist/*.js"
],
"ignorePatterns": ["**/dist/*.js", "/docs/**", "/out/**"],
"rules": {
"prettier/prettier": "error"
}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ on:
jobs:
reuseaction:
name: REUSE Compliance Check
uses: StanfordSpezi/.github/.github/workflows/reuse.yml@v2
uses: StanfordBDHG/.github/.github/workflows/reuse.yml@v2
eslint:
name: ESLint
uses: ./.github/workflows/eslint.yml
uses: StanfordBDHG/.github/.github/workflows/eslint.yml@v2
testandcoverage:
name: Test and Coverage
uses: ./.github/workflows/npm-test-and-coverage.yml
uses: StanfordBDHG/.github/.github/workflows/npm-test-and-coverage.yml@v2
dockercomposetest:
name: Docker Compose & Test
uses: ./.github/workflows/docker-compose-test.yml
uses: StanfordBDHG/.github/.github/workflows/docker-compose-test.yml@v2
with:
dockerComposeFile: docker-compose-development.yml
testscript: test.sh
159 changes: 0 additions & 159 deletions .github/workflows/docker-build-and-push.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/docker-compose-test.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/eslint.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
nextjsgithubpages:
name: Deploy Next.js site to GitHub Pages
needs: buildandtest
uses: ./.github/workflows/nextjs-github-pages.yml
uses: StanfordBDHG/.github/.github/workflows/nextjs-github-pages.yml@v2
dockerimage:
name: Docker Build and Push
uses: ./.github/workflows/docker-build-and-push.yml
uses: StanfordBDHG/.github/.github/workflows/docker-build-and-push.yml@v2
with:
imageName: stanfordbdhg/typescripttemplate
63 changes: 0 additions & 63 deletions .github/workflows/nextjs-github-pages.yml

This file was deleted.

Loading

0 comments on commit 7a84879

Please sign in to comment.