Compare commits

..

No commits in common. "db7f32eb7f830a05aee766c34ed8028fe17f4768" and "f0cfff381836ca70cf55fd8b0c61d5e02b9e5711" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ jobs:
steps:
- run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > /private.key
- run: chmod 600 /private.key
- run: sudo apt install hugo
- uses: actions/checkout@v4
- run: APP_VERSION=latest make
- run: |