Skip to content

Commit a90cf96

Browse files
Merge pull request #49972 from holly-cummins/fix-surge-preview
Trim out a bit more superfluous website content for preview
2 parents 749fdd7 + 14a1603 commit a90cf96

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,11 @@ jobs:
110110
run: |
111111
find assets/images/posts/ -mindepth 1 -maxdepth 1 -type d -mtime +100 -exec rm -rf _site/{} \;
112112
find newsletter/ -mindepth 1 -maxdepth 1 -type d -mtime +100 -exec rm -rf _site/{} \;
113+
rm -rf _site/assets/stickers
113114
rm -rf _site/assets/images/worldtour/2023
115+
rm -rf _site/assets/images/worldtour/2024
114116
rm -rf _site/assets/images/desktopwallpapers
117+
rm -rf _site/assets/images/stickers
115118
116119
- name: Publishing to surge for preview
117120
id: deploy

docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ and pull requests should be submitted there:
44
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
55
////
66
[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
88
include::_attributes.adoc[]
99
:diataxis-type: tutorial
1010
:categories: security,web

0 commit comments

Comments
 (0)