File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
- name : Set up Python
13
- uses : actions/setup-python@v4
13
+ uses : actions/setup-python@v5
14
14
with :
15
15
python-version : ' 3.11'
16
16
- name : Install dependencies
95
95
mv AnalogDesignTechniques/_build/html/ CursusIndex/_build/html/AnalogDesignTechniques
96
96
mv MicroEnNanoTechnologie/_build/html/ CursusIndex/_build/html/MicroEnNanoTechnologie/
97
97
- name : GitHub Pages action book
98
- uses : peaceiris/actions-gh-pages@v3
98
+ uses : peaceiris/actions-gh-pages@v4
99
99
with :
100
100
github_token : ${{ secrets.GITHUB_TOKEN }}
101
101
publish_dir : CursusIndex/_build/html
Original file line number Diff line number Diff line change 1
1
.ipynb_checkpoints /
2
- GitStatus.md
3
2
* .log
4
3
_build
5
4
.DS_Store
@@ -9,4 +8,4 @@ src/_build/.jupyter_cache
9
8
src /_build /jupyter_execute
10
9
desktop.ini
11
10
__pycache__
12
- * .mp4
11
+ ** / * Zone.Identifier
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2020-2023 Jan Genoe
3
+ Copyright (c) 2020-2024 Jan Genoe
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments