Skip to content

Commit

Permalink
add blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroendevr committed Oct 6, 2023
1 parent ec35c0a commit 1ee3f05
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/Build mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Build mkdocs
on:
push:
branches:
- "main"
workflow_dispatch:
jobs:
Build_Site:
runs-on: ubuntu-latest
steps:
- name: Checkout code to workspace
uses: actions/checkout@v4
- name: MkDocs builder
uses: moonpathbg/mkdocs_builder@latest
# name: Build mkdocs
# on:
# push:
# branches:
# - "main"
# workflow_dispatch:
# jobs:
# Build_Site:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code to workspace
# uses: actions/checkout@v4
# - name: MkDocs builder
# uses: moonpathbg/mkdocs_builder@latest

1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ site_name: Programming Engineer
site_url: https://programming-engineer.nl
nav:
- About: index.md
- Blog: /blog
- Procedure: procedure.md
- Projects: projects.md
- Contact: contact.md
Expand Down

0 comments on commit 1ee3f05

Please sign in to comment.