Skip to content

Commit f3940a2

Browse files
committed
feat: add OAI2026/HTB02 event slides
1 parent 5e53c26 commit f3940a2

File tree

199 files changed

+2106
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+2106
-5
lines changed

.github/workflows/pages.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout 🛎️
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v4
14+
with:
15+
lfs: true
16+
fetch-depth: 0
1417

1518
- name: Install and Build 🔧
1619
run: |
1720
python3 open-dir.py
1821
19-
- name: Deploy 🚀
20-
uses: JamesIves/github-pages-deploy-action@releases/v4
22+
- name: Deploy to gh-pages
23+
uses: peaceiris/actions-gh-pages@v4
2124
with:
22-
folder: .
25+
github_token: ${{ secrets.GITHUB_TOKEN }}
26+
publish_branch: gh-pages
27+
publish_dir: ./
28+
force_orphan: true
29+
exclude_assets: '.github,.gitattributes'

OAI2026/Events/HTB02/404.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Offensive AI</title>
7+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Avenir+Next:wght@200;400;600&family=Nunito+Sans:wght@200;400;600&family=Fira+Code:wght@200;400;600&display=swap" type="text/css">
8+
<link rel="icon" href="/talks/OAI2026/Events/HTB02/assets/logo-_P8t0qRl.png">
9+
<meta property="slidev:version" content="51.8.1">
10+
<meta name="author" content="&quot;D. BACHELOT&quot;">
11+
<meta property="og:title" content="Offensive AI"> <script type="module" crossorigin src="/talks/OAI2026/Events/HTB02/assets/index-B3TdmGvl.js"></script>
12+
<link rel="modulepreload" crossorigin href="/talks/OAI2026/Events/HTB02/assets/modules/vue-nc2o2shR.js">
13+
<link rel="modulepreload" crossorigin href="/talks/OAI2026/Events/HTB02/assets/modules/shiki-B7uncE0E.js">
14+
<link rel="stylesheet" crossorigin href="/talks/OAI2026/Events/HTB02/assets/modules/shiki-CozCpemh.css">
15+
<link rel="stylesheet" crossorigin href="/talks/OAI2026/Events/HTB02/assets/index-5WNXIexc.css">
16+
</head>
17+
<body>
18+
<div id="app"></div>
19+
<div id="mermaid-rendering-container"></div>
20+
</body>
21+
</html>

OAI2026/Events/HTB02/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/talks/OAI2026/Events/HTB02/* /talks/OAI2026/Events/HTB02/index.html 200
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.page-link[data-v-cf6f1125]{border-radius:.25rem;background-color:#9ca3af1a;padding:.5rem 1rem}.page-link[data-v-cf6f1125]:hover{background-color:#9ca3af33}

OAI2026/Events/HTB02/assets/Box.vue_vue_type_script_setup_true_lang-r_ufSKTc.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.biblio_foot{position:absolute;bottom:2.5rem;left:2.5rem;opacity:.5;white-space:nowrap}.biblio_foot .biblio_fullref{white-space:pre-wrap}

OAI2026/Events/HTB02/assets/Cite.vue_vue_type_style_index_0_lang-njTUMSSd.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OAI2026/Events/HTB02/assets/CiteEngine-CVzaD3Hf.js

Lines changed: 180 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OAI2026/Events/HTB02/assets/ClicksSlider-C3rW49x0.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.v-popper--theme-menu .v-popper__arrow-inner{border-color:#9ca3af33}

0 commit comments

Comments
 (0)