Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Adds test script to move dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxskylar committed Feb 11, 2024
1 parent a81cc9b commit e006440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: "./_dev/${{ github.ref_name }}"
- name: Print variable
shell: bash
run: pwd
run: "$PROJECT=$(basename \"$(pwd)\"); cd ..; ls $PROJECT"
id: test
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e006440

Please sign in to comment.