fix path to main repo

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
Artem Navoiev 2023-07-14 00:14:08 +02:00 committed by Aliaksandr Valialkin
parent abc737747e
commit f85611859c
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -35,11 +35,8 @@ jobs:
- name: update code and commit
run: |
ls -la ../
ls -la ./
pwd
rm -rf content
cp -r /main/docs content
cp -r ../main/docs content
make clean-after-copy
git config --global user.name "${{ steps.import-gpg.outputs.email }}"
git config --global user.email "${{ steps.import-gpg.outputs.email }}"