Skip to content

Commit

Permalink
fix docs redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
StardustDL committed Feb 5, 2024
1 parent 14f17aa commit 4bbb22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
- name: Add redirects
shell: bash
run: |
echo -e "/data https://aexpy-docs.netlify.app 301\n/change-spec https://aexpy-docs.netlify.app 301\n/* /index.html 200" > ./dist/_redirects
echo -e "/data https://aexpy-docs.netlify.app/data 301\n/change-spec https://aexpy-docs.netlify.app/change-spec 301\n/* /index.html 200" > ./dist/_redirects
- name: Deploy docs to netlify
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: netlify/actions/cli@master
Expand Down

0 comments on commit 4bbb22a

Please sign in to comment.