Skip to content

Commit

Permalink
Debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcth committed Jan 27, 2024
1 parent 40ec5a9 commit 8a08947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-action-tile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
sudo make install
- name: Copy GeoJSON files
run: |
mkdir $HOME/geojson/construction/
mkdir $HOME/geojson
mkdir $HOME/geojson/construction
sshpass -p "${{ secrets.PASSWORD }}" rsync -r -e "ssh -o StrictHostKeyChecking=no -p${{ secrets.PORT }}" ${{ secrets.USER }}@${{ secrets.HOST }}:sverige/geojson_50/construction/ $HOME/geojson/construction/
- name: Create tiles
run: |
Expand Down

0 comments on commit 8a08947

Please sign in to comment.