Skip to content

Commit a3ab3c2

Browse files
committed
update
1 parent 4688347 commit a3ab3c2

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/deploy.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Set up Python
13-
uses: actions/setup-python@v4
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.11'
1616
- name: Install dependencies
@@ -95,7 +95,7 @@ jobs:
9595
mv AnalogDesignTechniques/_build/html/ CursusIndex/_build/html/AnalogDesignTechniques
9696
mv MicroEnNanoTechnologie/_build/html/ CursusIndex/_build/html/MicroEnNanoTechnologie/
9797
- name: GitHub Pages action book
98-
uses: peaceiris/actions-gh-pages@v3
98+
uses: peaceiris/actions-gh-pages@v4
9999
with:
100100
github_token: ${{ secrets.GITHUB_TOKEN }}
101101
publish_dir: CursusIndex/_build/html

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.ipynb_checkpoints/
2-
GitStatus.md
32
*.log
43
_build
54
.DS_Store
@@ -9,4 +8,4 @@ src/_build/.jupyter_cache
98
src/_build/jupyter_execute
109
desktop.ini
1110
__pycache__
12-
*.mp4
11+
**/*Zone.Identifier

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2023 Jan Genoe
3+
Copyright (c) 2020-2024 Jan Genoe
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)