Skip to content

Commit

Permalink
update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-br committed May 17, 2024
1 parent 60691f3 commit 380108e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Upload web-content directory
uses: actions/upload-artifact@v3
with:
name: web-content
path: ./_site/web-content
name: _site
path: ./_site/

deploy:
needs: build
Expand All @@ -70,11 +70,11 @@ jobs:

- uses: actions/checkout@v3

- name: Download web-content directory
- name: Download _site directory
uses: actions/download-artifact@v3
with:
name: web-content
path: ./_site/web-content
name: _site
path: ./_site/

- name: Install kubectl
uses: azure/setup-kubectl@v2.0
Expand Down

0 comments on commit 380108e

Please sign in to comment.