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
parent 758acdbf67
commit 67c258315e

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 }}"