Skip to content

Commit

Permalink
github: drop old stable and testing redirects
Browse files Browse the repository at this point in the history
Unnecessary.
  • Loading branch information
jnikula committed Oct 22, 2024
1 parent dfe9657 commit 225eba6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ jobs:
- run: |
latest=${{ needs.configure.outputs.latest }}
echo "<meta http-equiv=\"refresh\" content=\"0; url=$latest\" />" > latest.html
- run: |
mkdir stable
echo "<meta http-equiv=\"refresh\" content=\"0; url=../v0.1.0\" />" > stable/index.html
- run: |
mkdir testing
echo "<meta http-equiv=\"refresh\" content=\"0; url=../main\" />" > testing/index.html
- run: find
- uses: actions/configure-pages@v1
- uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 225eba6

Please sign in to comment.