-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marc Tonsen
committed
Oct 30, 2023
1 parent
bc7a430
commit ad095e6
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -141,7 +141,7 @@ jobs: | |
run: | | ||
du -ah . | ||
- name: Download Neon | ||
- name: Download gitcommit | ||
uses: actions/download-artifact@v3 | ||
with: | ||
name: gitcommit | ||
|
@@ -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] | ||
|