Skip to content

Commit

Permalink
fixed the wrong folder.. sort of
Browse files Browse the repository at this point in the history
  • Loading branch information
Deutscher775 authored Aug 30, 2024
1 parent 2d13854 commit cb8c237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated_api_stable_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
script: |
cd /root/astroid
git pull origin main
cp -r /root/astroid/src/astroidapi /root/guildcord/src/astroidapi
cp -r /root/astroid/src/astroidapi /root/guildcord/src
cp -r /root/astroid/src/api.py /root/guildcord/src/api.py
deploy_api:
Expand Down

0 comments on commit cb8c237

Please sign in to comment.