Skip to content

Commit

Permalink
Documentation bootstrap (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
jibel authored Oct 26, 2023
2 parents fd4dd83 + 4f94e2d commit aafc642
Show file tree
Hide file tree
Showing 111 changed files with 3,791 additions and 3,658 deletions.
94 changes: 0 additions & 94 deletions .github/workflows/auto-updates.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/automatic-doc-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Main Documentation Checks

on:
- push
- pull_request
- workflow_dispatch

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
documentation-checks:
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: 'docs/'
6 changes: 0 additions & 6 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit aafc642

Please sign in to comment.