Skip to content

Commit

Permalink
chore: formatting fix
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <[email protected]>
  • Loading branch information
onuralpszr committed Aug 29, 2024
1 parent 20d5723 commit 660f66d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mkdocs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
python-version: 3.x
name: 🐍 Setup Python
- name: 🕒 Set Cache ID
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
Expand All @@ -31,4 +31,4 @@ jobs:
- name: 📦 Install Dependencies
run: pip install -r requirements.txt
- name: 🚀 Deploy to GitHub Pages
run: mkdocs gh-deploy --force
run: mkdocs gh-deploy --force
11 changes: 7 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
______________________________________________________________________

hide:
- navigation
- toc
---

- navigation
- toc

______________________________________________________________________

# openSUSE Lesson Plan

Expand Down

0 comments on commit 660f66d

Please sign in to comment.