Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Crownss committed Oct 9, 2023
1 parent bda085f commit e6137fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
ls -lah
- name: clone the repo
run: |
echo ${{secrets.MDSWA}}
git clone --single-branch --branch gh-pages https://mdswa:${{ secrets.MDSWA }}@github.com/Crownss/Crownss.github.io.git
ls -lah
Expand All @@ -64,6 +63,7 @@ jobs:
- name: Commit and Push Changes
run: |
echo "${{secrets.MDSWA}}"
cd /home/runner/work/Frontend-InfoAnime-Next/Frontend-InfoAnime-Next/Crownss.github.io/
git config --global user.name "Mandakara Sadewa"
git config --global user.email "[email protected]"
Expand Down

0 comments on commit e6137fe

Please sign in to comment.