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 535833e commit b905713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Initial - Prepare mkdocs (workflows/docs.yml)
name: mkdocs platform (workflow)
# Publish docs via GitHub Pages to https://kjellkod.github.io/g3log/
on:
push:
Expand All @@ -22,5 +22,5 @@ jobs:
- name: Build site
run: mkdocs build
# build according to mkdocs.yml in root directory
- name: Deploy to https://kjellkod.github.io/g3log/
- name: Deploy https://kjellkod.github.io/g3log/
run: mkdocs gh-deploy --force

0 comments on commit b905713

Please sign in to comment.