Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Oct 7, 2023
1 parent f7932b9 commit a020e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
env:
HUGO_ENV: production
run: hugo mod clean && hugo --minify
- name: Copy htaccess
- name: Copy other files
run: cp .htaccess ./public
- name: Copy asf.yaml
run: cp .asf.yaml ./public
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build_and_deploy_history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
env:
HUGO_ENV: production
run: hugo mod clean && hugo --minify
- name: Copy other files
- name: Copy htaccess files
run: cp .htaccess ./public
- name: Copy other files
run: cp .asf.yaml ./public
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit a020e36

Please sign in to comment.