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 912dca6 commit cb098e1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ jobs:
- name: Prep CSS file
run: mkdir site && mv style.css site/style.css
- name: Add redirect index
run: echo "<!DOCTYPE html>" >> site/index.html
run: echo "<html lang="en-us" dir="ltr">" >> site/index.html
run: echo "<head>" >> site/index.html
run: echo '<meta http-equiv="refresh" content="0; url=https://github.com/nathnp/nthp.me-css"/>' >> site/index.html
run: echo "</head>" >> site/index.html
run: echo "</html>" >> site/index.html
run: echo "<!DOCTYPE html>" >> site/index.html && echo "<html lang="en-us" dir="ltr">" >> site/index.html && echo "<head>" >> site/index.html && echo '<meta http-equiv="refresh" content="0; url=https://github.com/nathnp/nthp.me-css"/>' >> site/index.html && echo "</head>" >> site/index.html && echo "</html>" >> site/index.html
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit cb098e1

Please sign in to comment.