Skip to content

Commit

Permalink
feat: Deploy other examples to Cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Mar 29, 2024
1 parent 20fe8fb commit 00a2138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/example-deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
matrix:
example:
- sitemap-ext
- custom-routing
- inline-mod-aik
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-routing/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { strictCustomRouting } from '@inox-tools/custom-routing';

// https://astro.build/config
export default defineConfig({
site: 'https://example.com',
site: process.env.DEPLOY_SITE ?? 'https://example.com',
integrations: [
mdx(),
sitemap(),
Expand Down

0 comments on commit 00a2138

Please sign in to comment.