Skip to content

Commit 0de86a3

Browse files
authored
Merge pull request #155 from UA-Libraries-Research-Data-Services/fix-actions-path
fix: Update path in GitHub Actions
2 parents e016658 + a2e0bf3 commit 0de86a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Upload artifact
4848
uses: actions/upload-pages-artifact@v4
4949
with:
50-
path: './_build/html'
50+
path: 'src/_build/html'
5151

5252
- name: Deploy to GitHub Pages
5353
id: deployment

0 commit comments

Comments
 (0)