Implement Article navbutton fix #2

Merged
audrey merged 26 commits from navbar-fix into master 2024-08-14 15:20:30 +00:00
Showing only changes of commit d7ad9f88b7 - Show all commits

View File

@ -19,15 +19,15 @@ jobs:
- name: Copy files to project dir
run: |
mkdir ${{ env.PROD_DEPLOY_DIR }}
xcopy /E /I . ${{ env.PROD_DEPLOY_DIR }}
mkdir ${{ var.PROD_DEPLOY_DIR }}
xcopy /E /I . ${{ var.PROD_DEPLOY_DIR }}
- name: Update Composer Packages
working-directory: ${{ env.PROD_DEPLOY_DIR }}
working-directory: ${{ var.PROD_DEPLOY_DIR }}
run: composer update
- name: Refresh Site Cache
working-directory: ${{ env.PROD_DEPLOY_DIR }}
working-directory: ${{ var.PROD_DEPLOY_DIR }}
run: |
php bin/console cache:clear
php bin/console cache:pool:prune