Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andyoknen authored Nov 4, 2024
1 parent 4639b53 commit b9397e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: dist
- name: Copy artifacts
run: |
ls -lR
rm -rf /data/documentation/*
cp -r ./dist/* /data/documentation/

0 comments on commit b9397e5

Please sign in to comment.