Skip to content

Commit

Permalink
Attempted fix for github actions deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DJAndries committed Jan 5, 2024
1 parent 1209a60 commit 9e1a52b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ runs:
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: build-output
path: ./html
path: html
if-no-files-found: error
4 changes: 2 additions & 2 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ inputs:
runs:
using: composite
steps:
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
with:
name: build-output
path: ./html
path: html
- name: Deploy static files
shell: bash
run: |
Expand Down

0 comments on commit 9e1a52b

Please sign in to comment.