Skip to content

Commit

Permalink
Merge pull request #57 from DasSkelett/fix/docs-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
DasSkelett committed Jan 9, 2022
2 parents 674e028 + 763df5e commit e0055fb
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 12 deletions.
File renamed without changes.
21 changes: 21 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Publish docs via GitHub Pages
on:
push:
branches:
- master

jobs:
mkdocs:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base # required for Python dependencies
REQUIREMENTS: requirements-docs.txt
File renamed without changes.
12 changes: 5 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
site_name: wg-access-server
strict: true
repo_name: place1/wg-access-server
repo_url: https://github.com/place1/wg-access-server
site_url: https://place1.github.io/wg-access-server
repo_name: freifunkMUC/wg-access-server
repo_url: https://github.com/freifunkMUC/wg-access-server
site_url: https://www.freie-netze.org/wg-access-server/

theme:
name: material
include_sidebar: true
logo:
icon: cloud_queue # globe icon
feature:
tabs: false
icon:
logo: material/cloud-outline # alias: cloud-queue
palette:
primary: light blue
accent: teal
Expand Down
10 changes: 5 additions & 5 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs-material==4.6.3
mkdocs==1.1
pymdown-extensions==6.3
pygments~=2.5.2
markdown-include==0.5.1
markdown-include==0.6.0
mkdocs==1.2.3
mkdocs-material==8.1.5
pygments~=2.11.2
pymdown-extensions==9.1

0 comments on commit e0055fb

Please sign in to comment.