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

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mxskylar committed Feb 11, 2024
1 parent 4f2204e commit 81d4cad
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 @@ -31,7 +31,7 @@ jobs:
path: "./_dev/${{ github.ref_name }}"
- name: ls
shell: bash
run: "ls -la; ls -la _dev; ls -la dev/mxskylar_dev_deploy"
run: "ls -la; ls -la _dev; ls -la _dev/mxskylar_dev_deploy"
deploy:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 81d4cad

Please sign in to comment.