Skip to content

Commit

Permalink
Updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
nathnp committed Jul 13, 2024
1 parent e783668 commit db53c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Prep CSS file
run: mkdir site && mv style.css site/style.css
- name: Add redirect index
run: printf "<meta http-equiv="refresh" content="0; url=http://nthp.me/"/>" >> site/index.html
run: printf "<!DOCTYPE html> \n <head> \n <meta http-equiv="refresh" content="0; url=http://nthp.me/"/> \n </head> \n </html>" >> site/index.html
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit db53c40

Please sign in to comment.