Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gotenberg/gotenberg.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Nov 5, 2023
2 parents 77c9f40 + 84b1812 commit 266be91
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/continuous_delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions docs/webhook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Body: Invalid '{header_key}' header value: '{url}' does not match the authorized
<TabItem value="callback">

```
Content-Disposition: attachement; filename={output-filename.ext}
Content-Disposition: attachment; filename={output-filename.ext}
Content-Type: {content-type}
Content-Length: {content-length}
Gotenberg-Trace: {trace}
Expand Down Expand Up @@ -126,4 +126,4 @@ User-Agent: Gotenberg
```

</TabItem>
</Tabs>
</Tabs>

0 comments on commit 266be91

Please sign in to comment.