diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4623377..e6a0e3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: ci +name: deploy # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch @@ -20,10 +20,6 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - name: ls - run: ls -al ./ - - name: pwd - run: pwd - name: Copy folder content recursively to remote uses: garygrossgarten/github-action-scp@release with: