Skip to content

Commit

Permalink
Move root docs into site, add symlinks (#972)
Browse files Browse the repository at this point in the history
This PR moves the code of conduct, changelog, and contributing documents into docs, preserving their presence in the root directory with symlinks.
  • Loading branch information
joelhawksley authored Jun 17, 2021
1 parent 8682057 commit 54aa0f5
Show file tree
Hide file tree
Showing 8 changed files with 1,072 additions and 1,054 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: avto-dev/markdown-lint@v1
with:
config: '.github/lint/markdown.json'
args: '**/*.md'
args: 'docs/**/*.md'
lint:
runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit 54aa0f5

Please sign in to comment.