Skip to content
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
3 changes: 3 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,11 @@ jobs:
run: |
find assets/images/posts/ -mindepth 1 -maxdepth 1 -type d -mtime +100 -exec rm -rf _site/{} \;
find newsletter/ -mindepth 1 -maxdepth 1 -type d -mtime +100 -exec rm -rf _site/{} \;
rm -rf _site/assets/stickers
rm -rf _site/assets/images/worldtour/2023
rm -rf _site/assets/images/worldtour/2024
rm -rf _site/assets/images/desktopwallpapers
rm -rf _site/assets/images/stickers

- name: Publishing to surge for preview
id: deploy
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
[id="security-oidc-auth0-tutorial"]
= Protect Quarkus web application by using an Auth0 OpenID Connect provider
= Protect a Quarkus web application by using an Auth0 OpenID Connect provider
include::_attributes.adoc[]
:diataxis-type: tutorial
:categories: security,web
Expand Down
Loading