Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Check folders
  • Loading branch information
Ipstenu authored Aug 20, 2024
1 parent c87aa48 commit 33c255f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
# run: cp -r ${GITHUB_WORKSPACE}/${{ secrets.HUGO_RESOURCES_URL }}/* resources/

- name: Test list
run: ls -lah
run: ls -lah ${{ secrets.HUGO_RESOURCES_URL }}

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

# - name: Copy back down all the resources
# uses: easingthemes/ssh-deploy@main
Expand Down

0 comments on commit 33c255f

Please sign in to comment.