Skip to content

Commit

Permalink
test new github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi committed Jul 2, 2024
1 parent c34e398 commit 301337d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,11 @@ jobs:
rsync -av --exclude='older' --exclude='.git' --exclude='README.md' --remove-source-files ./ older/$VERSION/
find . -type d -empty -delete
- name: Move the older directory to temporary workspace
run: mv older/* $GITHUB_WORKSPACE/older/

- name: Checkout to main
run: git checkout main

- name: list workspace content
run: ls $GITHUB_WORKSPACE
run: ls older



Expand Down

0 comments on commit 301337d

Please sign in to comment.