Skip to content

Commit 2c27b80

Browse files
committed
document publish update
1 parent 11c77ab commit 2c27b80

File tree

9 files changed

+4
-183
lines changed

9 files changed

+4
-183
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
branches: [ main ]
88
paths:
99
- 'docs/**'
10-
- '_config.yml'
1110

1211
# Allows you to run this workflow manually from the Actions tab
1312
workflow_dispatch:
@@ -36,7 +35,7 @@ jobs:
3635
- name: Build with Jekyll
3736
uses: actions/jekyll-build-pages@v1
3837
with:
39-
source: ./
38+
source: ./docs
4039
destination: ./_site
4140
- name: Upload artifact
4241
uses: actions/upload-pages-artifact@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ docker-compose up
124124
## 🧩 Architecture
125125

126126
<p align="center">
127-
<img src="docs/architecture.png" alt="Container Architecture" width="80%">
127+
<img src="docs/screenshots/architecture.png" alt="Container Architecture" width="80%">
128128
<br>
129129
<em>Container Architecture Overview</em>
130130
</p>
File renamed without changes.

docs/_layouts/default.html

Lines changed: 0 additions & 178 deletions
This file was deleted.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ That's it! Visit [http://localhost](http://localhost) in your browser.
7575
## 🏗️ System Architecture
7676

7777
<p align="center">
78-
<img src="/clean-architecture-docker-dotnet-angular/docs/architecture.png" alt="Architecture Diagram" width="700">
78+
<img src="/clean-architecture-docker-dotnet-angular/docs/screenshots/architecture.png" alt="Architecture Diagram" width="700">
7979
</p>
8080

8181
### Container Architecture
@@ -90,7 +90,7 @@ The application is structured into multiple containers that work together:
9090
## 📐 Clean Architecture Explained
9191

9292
<p align="center">
93-
<img src="/clean-architecture-docker-dotnet-angular/docs/CleanArchitecture.png" alt="Clean Architecture Diagram" width="500">
93+
<img src="/clean-architecture-docker-dotnet-angular/docs/screenshots/CleanArchitecture.png" alt="Clean Architecture Diagram" width="500">
9494
</p>
9595

9696
### Why Choose Clean Architecture?
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)