Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Tonsen committed Oct 30, 2023
1 parent bc7a430 commit ad095e6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build-deploy-staging-vitepress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
path: landing-page/.vitepress/dist

debugging-info:
name: Upload landing page
name: Upload debugging info
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
run: |
du -ah .
- name: Download Neon
- name: Download gitcommit
uses: actions/download-artifact@v3
with:
name: gitcommit
Expand All @@ -165,12 +165,10 @@ jobs:
name: alpha-lab
path: alpha-lab/

- name: Download landing page
- name: Download Landing Page
uses: actions/download-artifact@v3
with:
name: landing-page
path: /

name: landing-page

- name: Rsync action - Deploy to staging
uses: burnett01/[email protected]
Expand Down

0 comments on commit ad095e6

Please sign in to comment.