Skip to content

Commit

Permalink
chore: update docs logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Apr 21, 2024
1 parent e457742 commit e359427
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
git fetch origin main
git checkout FETCH_HEAD -- .github/workflows/resources/docs-home-template.html
mkdir -p ${{ runner.temp }}/resources
echo "Current directory: $(pwd)"
ls -la
echo "====="
echo "Copying resources"
cp .github/workflows/resources/docs-home-template.html ${{ runner.temp }}/resources/docs-home-template.html
Expand Down

0 comments on commit e359427

Please sign in to comment.