Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored May 23, 2024
1 parent 1ab53bc commit 5e5ac2d
Showing 1 changed file with 3 additions and 73 deletions.
76 changes: 3 additions & 73 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Locally you can try this out also with `mkdocs serve`
# Remember if doing changes that github pages, need to deploy branch gh_pages
# which points to root.
name: Dockumentation Publish v2
on:
push:
Expand Down Expand Up @@ -26,76 +29,3 @@ jobs:
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force



# name: Publish docs via GitHub Pages
# on:
# push:
# branches:
# - master
# paths:
# - "**.md"
# - "**.yml"
# - docs/**

# jobs:
# build:
# name: Deploy docs
# runs-on: ubuntu-latest
# steps:
# - name: Checkout master
# uses: actions/checkout@v4

# - name: Deploy docs
# uses: mhausenblas/mkdocs-deploy-gh-pages@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# CONFIG_FILE: mkdocs.yml
# EXTRA_PACKAGES: build-base



# - uses: actions/setup-python@v5
# with:
# python-version: 3.x
# - run: pip install mkdocs && pip install mkdocs-material==8.5
# - name: Deploy site
# run: mkdocs build
# # build according to mkdocs.yml in root directory
# - name: Deploy https://kjellkod.github.io/g3log/
# run: mkdocs gh-deploy --force


# - name: Deploy docs
# uses: mhausenblas/mkdocs-deploy-gh-pages@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# CONFIG_FILE: mkdocs.yml
# EXTRA_PACKAGES: build-base

# # Publish docs via GitHub Pages to https://kjellkod.github.io/g3log/
# on:
# push:
# branches:
# - master
# paths:
# - "**.md"
# - "**.yml"
# - docs/**


# jobs:
# deploy:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-python@v5
# with:
# python-version: 3.x
# - run: pip install mkdocs && pip install mkdocs-material==8.5
# - name: Deploy site
# run: mkdocs build
# # build according to mkdocs.yml in root directory
# - name: Deploy https://kjellkod.github.io/g3log/
# run: mkdocs gh-deploy --force

0 comments on commit 5e5ac2d

Please sign in to comment.