Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shiryel authored Aug 7, 2024
1 parent 22fac60 commit a75b4aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5

- name: tmp
- name: Settup directory
run: |
ls -alh
pwd
mkdir gh-pages
mv result.html gh-pages/result.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'result.html'
path: ./gh-pages

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit a75b4aa

Please sign in to comment.