Skip to content

Commit

Permalink
fix: add htaccess to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
faisallbhr committed May 21, 2024
1 parent d20b943 commit 66d5864
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Build React App 🏗️
run: npm run build

- name: Copy .htaccess 📝
run: cp .htaccess dist/

- name: Upload to cPanel 📂
uses: SamKirkland/[email protected]
with:
Expand Down

0 comments on commit 66d5864

Please sign in to comment.