Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus2k2 committed Jun 23, 2024
1 parent 8f95bf3 commit ee5aeca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
entrypoint: mkdocs
args: build --config-file=mkdocs.en.yml

# - name: Copy redirect index page
# run: cp docs/index.html site/index.html
- name: Copy redirect index page
run: cp blog/index.html site/index.html

- uses: actions/setup-python@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<meta charset="utf-8"/>
<title>Redirect</title>
<p>Redirecting</p>
<p>Redirecionando</p>
<a href="https://mateus2k2.github.io/blog/en/">https://mateus2k2.github.io/blog/en/</a>
<meta http-equiv="refresh" content="5; URL='https://mateus2k2.github.io/blog/en/'"/>
</head>
<body>
Expand Down

0 comments on commit ee5aeca

Please sign in to comment.