Skip to content

Commit

Permalink
chore: Move files to /opt/streamlit
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed May 2, 2024
1 parent 2efc27f commit 4d0e500
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: "View Directory"
run:
echo "LS"
ls
echo "PWD"
pwd
echo "~"
ls ~
- name: "Move files to /opt/streamlit"
run: |
sudo cp -r . /opt/streamlit

0 comments on commit 4d0e500

Please sign in to comment.