Skip to content

Commit ec63615

Browse files
committed
Migration to v1.2.0: move docs/ to src/docs/
1 parent f346cdc commit ec63615

27 files changed

Lines changed: 4 additions & 4 deletions

.github/template-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
reloaded-templates-rust:1.1.5
1+
reloaded-templates-rust:1.2.0

.github/workflows/deploy-mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [main]
77
paths:
8-
- "docs/**"
8+
- "src/docs/**"
99

1010
jobs:
1111
build:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Deploy MkDocs
1919
uses: Reloaded-Project/devops-mkdocs@v1
2020
with:
21-
config-file: docs/mkdocs.yml
22-
requirements: ./docs/requirements.txt
21+
config-file: src/docs/mkdocs.yml
22+
requirements: ./src/docs/requirements.txt
2323
publish-to-pages: ${{ github.event_name == 'push' }}
2424
checkout-current-repo: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)