Skip to content

Commit

Permalink
improves preview workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderniebuhr committed Mar 19, 2024
1 parent 231480e commit b9f783a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: preview [apps/site]
name: preview [cloudflare]

on:
pull_request:
Expand All @@ -7,7 +7,7 @@ on:
- main

jobs:
docs:
site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand All @@ -18,7 +18,7 @@ jobs:
with:
auto-install: true
- run: |
moon --color --log trace ci site:build
moon --color --log info ci site:build
env:
ASTRO_STUDIO_APP_TOKEN: ${{ secrets.ASTRO_STUDIO_APP_TOKEN }}
# MOONBASE_SECRET_KEY: ${{ secrets.MOONBASE_SECRET_KEY }}
Expand Down

0 comments on commit b9f783a

Please sign in to comment.