Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Biblio_été_2024.bib #67

Merged
merged 7 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ jobs:
- name: Build and Run with Docker Compose
run: |
chmod +x docker/check/check.sh
docker-compose -f docker/check/docker-compose.yml up --build
- name: Check container status
run: |
exit_status=$(docker inspect check_pandoc_1 --format='{{.State.ExitCode}}')
if [ "$exit_status" != "0" ]; then
echo "Container exited with error code $exit_status"
exit $exit_status
fi
docker compose -f docker/check/docker-compose.yml up --build



7 changes: 7 additions & 0 deletions Biblio_été_2024.bib
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,13 @@ @book{olejnik2023philosophy
year={2023},
publisher={CRC Press}}

@book{olejnik2024propaganda,
title={Propaganda: From Disinformation and Influence to Operations and Information Warfare},
author={Olejnik, Lukasz},
year={2024},
url = {https://blog.lukaszolejnik.com/propaganda-my-book-on-information-security/},
publisher={CRC Press}}

@book{étiquette,
title={Renseignement et s{\'e}curit{\'e}-2e {\'e}d.},
author={Chopin, Olivier and Oudet, Benjamin},
Expand Down
Loading