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 6647ec36aa - Show all commits

View File

@ -12,6 +12,8 @@ jobs:
- run: echo "Pulling latest production code to C:\Symfony" - run: echo "Pulling latest production code to C:\Symfony"
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
SSH-KEY: ${{secrets.read_key}}
- name: Copy files to project dir - name: Copy files to project dir
run: | run: |
mkdir C:\SymfonyRunner mkdir C:\SymfonyRunner