Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipstenu authored Aug 20, 2024
1 parent 33c255f commit 7735fe5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ jobs:
- name: Download resources from server
run: wget -qr -np -R='index.html*' https://${{ secrets.HUGO_RESOURCES_URL }}/_gen/

# - name: Copy resources to resources folder
# run: cp -r ${GITHUB_WORKSPACE}/${{ secrets.HUGO_RESOURCES_URL }}/* resources/
- name: Make Resources
run: mkdir resources

- name: Test list
run: ls -lah ${{ secrets.HUGO_RESOURCES_URL }}
- name: Copy resources to resources folder
run: mv ${{ secrets.HUGO_RESOURCES_URL }}/_gen resources/

- name: Test again
run: ls -lah resources/_gen/

# - name: Build site
# run: npm run build
Expand Down

0 comments on commit 7735fe5

Please sign in to comment.