Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request danskernesdigitalebibliotek#429 from danskernesdig…
Browse files Browse the repository at this point in the history
…italebibliotek/feature/prepare-repo-for-mkdocs

Moved architecture to docs/ folder to include it to documentation site
  • Loading branch information
kasperg authored May 1, 2023
2 parents 886491e + 0a99417 commit f111f0c
Show file tree
Hide file tree
Showing 13 changed files with 710 additions and 1,048 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,27 +75,6 @@ jobs:
- name: Lint Javascript
run: yarn lint:js

validate_docs:
name: Validate documentation
if: '!github.event.deleted'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
registry-url: 'https://npm.pkg.github.com'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Dependencies
run: yarn install
- name: Build documentation
run: yarn build:doc
- name: Validate TOC
run: git diff --exit-code

markdownlint:
name: Lint markdown
if: '!github.event.deleted'
Expand Down
Loading

0 comments on commit f111f0c

Please sign in to comment.