From 9a5aa25b891c7aec01d5ff36a8ce193ecb5775f2 Mon Sep 17 00:00:00 2001 From: cyril <38669260+cyrilbois@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:57:17 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Replaced=20dezregex=20resources=20in=20/pos?= =?UTF-8?q?t6.md=20"M=C3=A9mo=20sur=20les=20expressions=20r=C3=A9guli?= =?UTF-8?q?=C3=A8res"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/post6.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/post6.md b/content/post6.md index cee48a4..f78cd34 100644 --- a/content/post6.md +++ b/content/post6.md @@ -179,7 +179,8 @@ Mais les expressions régulières, c'est surtout l'apanage des ninja sous linux. #### Référence [openclassrooms.com](http://fr.openclassrooms.com/informatique/cours/concevez-votre-site-web-avec-php-et-mysql/memento-des-expressions-regulieres) [wikipedia](http://fr.wikipedia.org/wiki/Expression_rationnelle) -[http://www.expreg.com/](http://www.expreg.com/) +[cyrilex](https://extendsclass.com/regex-tester.html) +[pyrexp](https://pythonium.net/regex) From b9d0a360d4402e432bbdcdb19dbd3675283f704c Mon Sep 17 00:00:00 2001 From: sacha schutz Date: Tue, 24 Sep 2024 22:57:42 +0200 Subject: [PATCH 2/2] Create pelican.yml --- .github/workflows/pelican.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/pelican.yml diff --git a/.github/workflows/pelican.yml b/.github/workflows/pelican.yml new file mode 100644 index 0000000..5be0e67 --- /dev/null +++ b/.github/workflows/pelican.yml @@ -0,0 +1,14 @@ +name: Deploy to GitHub Pages +on: + push: + branches: ["main"] + workflow_dispatch: +jobs: + deploy: + uses: "getpelican/pelican/.github/workflows/github_pages.yml@main" + permissions: + contents: "read" + pages: "write" + id-token: "write" + with: + settings: "publishconf.py"