Skip to content

Commit

Permalink
ci: and again
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Dec 28, 2024
1 parent 96a8c75 commit 39922ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
script: |
sudo mv -v ${{ secrets.SSH_SOURCEDIR }}/docs/* ${{ secrets.SSH_TARGETDIR }} &>/dev/null
sudo chown -R ${{ secrets.SERVER_USER }}:${{ secrets.SERVER_GROUP }} ${{ secrets.SSH_TARGETDIR }}/ &>/dev/null
sudo chmod -R 644 ${{ secrets.SSH_TARGETDIR }}/ &>/dev/null
sudo mv ${{ secrets.SSH_SOURCEDIR }}/docs/* ${{ secrets.SSH_TARGETDIR }} &>/dev/null
sudo chown -R www-data:www-data ${{ secrets.SSH_TARGETDIR }}/* &>/dev/null
sudo chmod -R 644 ${{ secrets.SSH_TARGETDIR }}/* &>/dev/null
script_stop: true
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log (go-package-manager)

## 0.20.26
## 0.20.27

- docs: will now be build for [gpm.kloubert.dev](https://gpm.kloubert.dev)
- feat: `push` command now supports `--with-tags` flag to additionally push tags after upload changes to remote(s)
Expand Down

0 comments on commit 39922ae

Please sign in to comment.