Skip to content

Commit

Permalink
Fix redirects deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jan 7, 2024
1 parent a133ac0 commit bc9873a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-tuist-docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
run: mise run docs:build
- name: Fix permissions
run: 'sudo chown -R $USER .build/documentation'
- name: Copy the redirects file to the root
# For the Netlify CLI to pick it up
run: cp .build/documentation/_redirects ./_redirects
- name: Deploy production to Netlify
uses: South-Paw/[email protected]
id: netlify
Expand Down

0 comments on commit bc9873a

Please sign in to comment.