Skip to content

Commit 43fbbc0

Browse files
authored
Merge pull request #16 from Gleb-Shall/develope
Develope
2 parents 90e1301 + d7e0cf0 commit 43fbbc0

4 files changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@ jobs:
4141
run: |
4242
# Create a deployment directory
4343
mkdir -p deployment
44-
# Copy main index.html to root
45-
cp index.html deployment/
46-
# Copy documentation to docs subdirectory
47-
cp -r docs/html deployment/docs
44+
# Copy documentation directly to root
45+
cp -r docs/html/* deployment/
4846
# Copy .nojekyll file
4947
cp .nojekyll deployment/ 2>/dev/null || echo "No .nojekyll file found"
5048
echo "Deployment structure:"

.nojekyll

Whitespace-only changes.

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,3 @@ st128274@student.spbu.ru
66
### Description
77
Created as part of monitoring homework at the university. Each directory is a solution to a separate task
88

9-
### Документация
10-
Документация проекта автоматически развертывается на GitHub Pages при каждом push в ветку main. Документация доступна по адресу: https://glebsikunov.github.io/HomeAssignments/
11-
12-
### Структура проекта
13-
- **Assignment1-6** - Задания по программированию
14-
- **lab1** - Лабораторная работа по работе с BMP файлами
15-
- **lab2** - Лабораторная работа с игрой и документацией Doxygen
16-
- **docs** - Автоматически генерируемая документация Doxygen

lab2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ project: ./game/bin/game
2323
test: ./game/tests/all_tests
2424

2525
## doxyfile
26-
https://glebsikunov.github.io/HomeAssignments/
26+
https://gleb-shall.github.io/HomeAssignments

0 commit comments

Comments
 (0)