Skip to content

Commit

Permalink
Update test-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartGecko44 authored Jul 20, 2024
1 parent a6034d3 commit 6aece50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: cp -r gxcko.me/dist/index.html gxcko.me/index.html && cp -r gxcko.me/dist/assets gxcko.me/assets

- name: Clean up ./dist
run: rmdir gxcko.me/dist/assests && rm gxcko.me/dist/index.html
run: rmdir gxcko.me/dist/assets && rm gxcko.me/dist/index.html

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 6aece50

Please sign in to comment.