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
4 changes: 3 additions & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pr preview

on:
pull_request:
pull_request_target:

jobs:
build-and-deploy:
Expand All @@ -16,6 +16,8 @@ jobs:
- name: Checkout Documentation Repository (ivorysql_doc)
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
path: ivorysql_doc

- name: Fetch All Relevant Branches into Local Docs Repo
Expand Down
4 changes: 2 additions & 2 deletions CN/modules/ROOT/pages/v4.4/15.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ HINT: Perhaps you need a different "datestyle" setting.
ivorysql=# select * from test_nls_date;
a | created_at
---+------------
1 | 2024-04-05
2 | 2024-04-15
1 | 24-04-05
2 | 24-04-15
(2 rows)
```
4 changes: 2 additions & 2 deletions EN/modules/ROOT/pages/v4.4/15.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ HINT: Perhaps you need a different "datestyle" setting.
ivorysql=# select * from test_nls_date;
a | created_at
---+------------
1 | 2024-04-05
2 | 2024-04-15
1 | 24-04-05
2 | 24-04-15
(2 rows)
```
Loading