Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dridk/blog
Browse files Browse the repository at this point in the history
  • Loading branch information
sacha committed Sep 24, 2024
2 parents 7814ae5 + 70d34a4 commit d33cf85
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 2 additions & 1 deletion content/post6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down

0 comments on commit d33cf85

Please sign in to comment.