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

Commit

Permalink
Performs ls -la
Browse files Browse the repository at this point in the history
  • Loading branch information
mxskylar committed Feb 11, 2024
1 parent 579970c commit 6416672
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: "PROJECT=\"$(basename $(pwd))\"; cd ..; ls $PROJECT/_dev; ls $PROJECT/_dev"
run: "PROJECT=\"$(basename $(pwd))\"; cd ..; ls -la $PROJECT"
id: test
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6416672

Please sign in to comment.