File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,11 @@ jobs:
110
110
run : |
111
111
find assets/images/posts/ -mindepth 1 -maxdepth 1 -type d -mtime +100 -exec rm -rf _site/{} \;
112
112
find newsletter/ -mindepth 1 -maxdepth 1 -type d -mtime +100 -exec rm -rf _site/{} \;
113
+ rm -rf _site/assets/stickers
113
114
rm -rf _site/assets/images/worldtour/2023
115
+ rm -rf _site/assets/images/worldtour/2024
114
116
rm -rf _site/assets/images/desktopwallpapers
117
+ rm -rf _site/assets/images/stickers
115
118
116
119
- name : Publishing to surge for preview
117
120
id : deploy
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ and pull requests should be submitted there:
4
4
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
5
5
////
6
6
[id="security-oidc-auth0-tutorial"]
7
- = Protect Quarkus web application by using an Auth0 OpenID Connect provider
7
+ = Protect a Quarkus web application by using an Auth0 OpenID Connect provider
8
8
include::_attributes.adoc[]
9
9
:diataxis-type: tutorial
10
10
:categories: security,web
You can’t perform that action at this time.
0 commit comments