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 c15f95a commit a7d3a6a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,9 @@ jobs:
- name: Download resources
run: |
git fetch origin main
echo "Current directory: $(pwd)"
ls -la
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
cp .github/workflows/resources/docs-home-template.html ${{ runner.temp }}/resources/docs-home-template.html
- name: Prepare for deployment
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit a7d3a6a

Please sign in to comment.