Skip to content

Commit 87737c0

Browse files
authored
Added .htaccess to CI (#1399)
* Added .htaccess to CI * code review by idan
1 parent 381813f commit 87737c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Generate Site
3232
run: yarn generate
3333

34+
- name: Copy .htaccess
35+
run: cp .htaccess ./public_html
36+
3437
- name: Zip artifacts
3538
run: zip -r ${{ steps.get-release-data.outputs.file }}.zip package.json CHANGELOG.md
3639

0 commit comments

Comments
 (0)