Skip to content

Commit

Permalink
feat: rename index file
Browse files Browse the repository at this point in the history
  • Loading branch information
Silbad committed Dec 4, 2023
1 parent f8cf3fd commit b62ab4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Rename index file
run: mv dist/icons-reference.html dist/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit b62ab4a

Please sign in to comment.