Skip to content

Commit 1e3c57b

Browse files
author
bakhteev
committed
Added deploy
1 parent f26bc15 commit 1e3c57b

File tree

2 files changed

+29
-12
lines changed

2 files changed

+29
-12
lines changed

.github/workflows/pages-deploy.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Build and deploy Jekyll site to GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
github-pages:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
14+
- uses: helaili/jekyll-action@v2
15+
with:
16+
token: ${{ secrets.GITHUB_TOKEN }}
17+
target_branch: 'gh-pages'

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ site: основной сайт курса (можно не указывать),
2121
---
2222
title: Сюда вписать имя фамилию преподавателя (название которое во вкладке браузера )
2323
name: Продублировать имя преподавателя (так как на сайте будет)
24-
position: phd (начная степень преподавателя или должность, возможные значения смотрите тут https://github.com/Intelligent-Systems-Phystech/intelligent-systems-phystech.github.io/blob/master/_config.yml#L81)
24+
position: phd (начная степень преподавателя или должность, возможные значения смотрите тут https://github.com/intsystems/intsystems.github.ioblob/master/_config.yml#L81)
2525
avatar: название изображению в папке images/people (если поле пустое, то будет взято default.jpg изображение)
2626
mail: почта преподавателя (может быть пусто)
2727
site: сайт преподавателя (может быть пусто)
@@ -33,30 +33,30 @@ scholar: ссылка на scholar (может быть пусто)
3333

3434
## Исправления текста локализации en/ru
3535

36-
Английский язык: [ссылка](https://github.com/Intelligent-Systems-Phystech/intelligent-systems-phystech.github.io/blob/master/_i18n/en.yml)
36+
Английский язык: [ссылка](https://github.com/intsystems/intsystems.github.ioblob/master/_i18n/en.yml)
3737

38-
Русский язык: [ссылка](https://github.com/Intelligent-Systems-Phystech/intelligent-systems-phystech.github.io/blob/master/_i18n/ru.yml)
38+
Русский язык: [ссылка](https://github.com/intsystems/intsystems.github.ioblob/master/_i18n/ru.yml)
3939

4040
## Изменения страницы HOME
4141

42-
Метаинформация страницы: [ссылка](https://github.com/Intelligent-Systems-Phystech/intelligent-systems-phystech.github.io/edit/master/index.md)
42+
Метаинформация страницы: [ссылка](https://github.com/intsystems/intsystems.github.ioedit/master/index.md)
4343

44-
Английская версия: [ссылка](https://github.com/Intelligent-Systems-Phystech/intelligent-systems-phystech.github.io/blob/master/_i18n/en/index.md)
44+
Английская версия: [ссылка](https://github.com/intsystems/intsystems.github.ioblob/master/_i18n/en/index.md)
4545

46-
Русская версия: [ссылка](https://github.com/Intelligent-Systems-Phystech/intelligent-systems-phystech.github.io/blob/master/_i18n/ru/index.md)
46+
Русская версия: [ссылка](https://github.com/intsystems/intsystems.github.ioblob/master/_i18n/ru/index.md)
4747

4848
## Изменения страницы ABOUT
4949

50-
Метаинформация страницы: [ссылка](https://github.com/Intelligent-Systems-Phystech/intelligent-systems-phystech.github.io/edit/master/about.md)
50+
Метаинформация страницы: [ссылка](https://github.com/intsystems/intsystems.github.ioedit/master/about.md)
5151

52-
Английская версия: [ссылка](https://github.com/Intelligent-Systems-Phystech/intelligent-systems-phystech.github.io/blob/master/_i18n/en/about.md)
52+
Английская версия: [ссылка](https://github.com/intsystems/intsystems.github.ioblob/master/_i18n/en/about.md)
5353

54-
Русская версия: [ссылка](https://github.com/Intelligent-Systems-Phystech/intelligent-systems-phystech.github.io/blob/master/_i18n/ru/about.md)
54+
Русская версия: [ссылка](https://github.com/intsystems/intsystems.github.ioblob/master/_i18n/ru/about.md)
5555

5656
## Изменения страницы Admission
5757

58-
Метаинформация страницы: [ссылка](https://github.com/Intelligent-Systems-Phystech/intelligent-systems-phystech.github.io/edit/master/admission.md)
58+
Метаинформация страницы: [ссылка](https://github.com/intsystems/intsystems.github.ioedit/master/admission.md)
5959

60-
Английская версия: [ссылка](https://github.com/Intelligent-Systems-Phystech/intelligent-systems-phystech.github.io/blob/master/_i18n/en/admission.md)
60+
Английская версия: [ссылка](https://github.com/intsystems/intsystems.github.ioblob/master/_i18n/en/admission.md)
6161

62-
Русская версия: [ссылка](https://github.com/Intelligent-Systems-Phystech/intelligent-systems-phystech.github.io/blob/master/_i18n/ru/admission.md)
62+
Русская версия: [ссылка](https://github.com/intsystems/intsystems.github.ioblob/master/_i18n/ru/admission.md)

0 commit comments

Comments
 (0)