Skip to content

Commit

Permalink
docs: fix CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Dec 29, 2024
1 parent 5293eb7 commit 7a8f966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fi
done
- name: Fix permissions
run: sudo chmod -R 777 docs/
run: sudo chmod -R 744 docs/
- name: Check docs directory contents
run: sudo ls -al docs
- name: Upload directory
Expand All @@ -67,5 +67,5 @@ jobs:
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
sudo chmod 754 ${{ secrets.SSH_TARGETDIR }}/ &>/dev/null
sudo chmod 744 ${{ 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.28
## 0.20.29

- 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 7a8f966

Please sign in to comment.