Skip to content

Commit

Permalink
[Website]: Copy .htaccess to deploy site
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Apr 25, 2024
1 parent 50b2739 commit 7a8c81d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
export JEKYLL_EXTRA_CONFIG=_extra_config.yml
bundle exec rake generate
cp -a .asf.yaml ../build/
cp -a .htaccess ../build/
- name: Deploy
run: |
git config user.name "$(git log -1 --pretty=format:%an)"
Expand Down

0 comments on commit 7a8c81d

Please sign in to comment.