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 e359427 commit 2415cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Download resources
run: |
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"
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
Expand Down

0 comments on commit 2415cd5

Please sign in to comment.