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 2415cd5 commit c15f95a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ jobs:
git fetch origin main
echo "Current directory: $(pwd)"
ls -la
echo "====="
echo "=====1"
ls -la .github
echo "=====2"
ls -la .github/workflows
echo "=====3"
ls -la .github/workflows/resources
echo "=====4"
echo "Copying resources"
git checkout FETCH_HEAD -- .github/workflows/resources/docs-home-template.html
mkdir -p ${{ runner.temp }}/resources
Expand Down

0 comments on commit c15f95a

Please sign in to comment.