Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored May 23, 2024
1 parent b0fd602 commit 535833e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: doc_publish
name: Initial - Prepare mkdocs (workflows/docs.yml)
# Publish docs via GitHub Pages to https://kjellkod.github.io/g3log/
on:
push:
Expand All @@ -21,5 +21,6 @@ jobs:
- run: pip install mkdocs && pip install mkdocs-material
- name: Build site
run: mkdocs build
- name: Deploy
# build according to mkdocs.yml in root directory
- name: Deploy to https://kjellkod.github.io/g3log/
run: mkdocs gh-deploy --force

0 comments on commit 535833e

Please sign in to comment.