Compare commits

...

7 commits

Author SHA1 Message Date
Jasmerah1966
1ae194d2d4
chore(ci): Only execute test to build instead of rsync deploy on PR
Rsync deploy not working if PR from fork repo
2024-07-16 14:45:39 +07:00
Jasmerah1966
4be63912a0
chore: Update license 2024-07-16 14:36:09 +07:00
Jasmerah1966
2677a4f140
chore(lint): Prettier Nginx kickstart article 2024-07-16 14:30:51 +07:00
Jasmerah1966
2279e6e9f9
chore: Add .rgignore to the project 2024-07-16 14:17:18 +07:00
Jasmerah1966
96767a9e20
chore(deps): Update dependencies 2024-07-16 14:15:55 +07:00
ditatombot[bot]
39ff1ece41
Merge pull request #188 from ditatompel/renovate/github.com-hbstack-docs-0.x
Merge pull request #188

This merge action was created automatically.

Reviewed-by: ditatompel <ditatompel@users.noreply.github.com>
2024-07-16 06:53:06 +00:00
renovate[bot]
4911a446ca
chore(deps): update module github.com/hbstack/docs to v0.18.0 2024-07-14 13:34:00 +00:00
7 changed files with 43 additions and 32 deletions

View file

@ -53,12 +53,12 @@ jobs:
- name: Build
run: hugo --minify --gc --enableGitInfo --cleanDestinationDir
- name: Deploy to staging
uses: burnett01/rsync-deployments@5.2
with:
switches: -avzr --quiet --delete
path: public/
remote_path: ${{ secrets.DEPLOY_PATH }}
remote_host: ${{ secrets.DEPLOY_HOST }}
remote_user: ${{ secrets.DEPLOY_USER }}
remote_key: ${{ secrets.DEPLOY_KEY }}
# - name: Deploy to staging
# uses: burnett01/rsync-deployments@5.2
# with:
# switches: -avzr --quiet --delete
# path: public/
# remote_path: ${{ secrets.DEPLOY_PATH }}
# remote_host: ${{ secrets.DEPLOY_HOST }}
# remote_user: ${{ secrets.DEPLOY_USER }}
# remote_key: ${{ secrets.DEPLOY_KEY }}

7
.rgignore Normal file
View file

@ -0,0 +1,7 @@
# ripgrep ignore for this repository
assets/**/*.svg
assets/**/*.png
content/**/*.png
content/**/*.jpg
content/**/*.jpeg

View file

@ -1,6 +1,8 @@
MIT License
Copyright (c) 2023 Razon Yang
Copyright (c) 2023 Christian Ditaputratama
Copyright (c) 2023 Insights Authors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

2
go.mod
View file

@ -25,7 +25,7 @@ require (
github.com/hbstack/carousel v0.2.7 // indirect
github.com/hbstack/code-block-panel v0.1.2 // indirect
github.com/hbstack/content-panel v0.10.1 // indirect
github.com/hbstack/docs v0.17.3 // indirect
github.com/hbstack/docs v0.18.0 // indirect
github.com/hbstack/docs/modules/breadcrumb v0.1.10 // indirect
github.com/hbstack/docs/modules/doc-nav v0.3.7 // indirect
github.com/hbstack/docs/modules/featured-image v0.2.8 // indirect

2
go.sum
View file

@ -58,6 +58,8 @@ github.com/hbstack/content-panel v0.10.1 h1:DB0sg3nNWD4oy7RMCxe3xXYjAzhy3G58r6Ql
github.com/hbstack/content-panel v0.10.1/go.mod h1:lEyMXJYCNHL6fkT260oX2FnXF6gD5Vd3EytifVuz3iQ=
github.com/hbstack/docs v0.17.3 h1:uVRfyEQyHL4lyAolRLnUfwQmJhS/cLqokZrhvzFcSs8=
github.com/hbstack/docs v0.17.3/go.mod h1:kB7GEXmLn1lOE/QUhMHf3hMxTE2n4fwrvbU9AegHGvQ=
github.com/hbstack/docs v0.18.0 h1:fNz/v22goiVNq/08c/FBP2uKWNKwWrChQLmxVFmvWlI=
github.com/hbstack/docs v0.18.0/go.mod h1:VsGPvObHOsKYEQL6a4LgC2baFmru1O9gZavEsBmrIq0=
github.com/hbstack/docs/modules/breadcrumb v0.1.10 h1:Ryp68WkRdOxL2UlGNYtN5ZJUxbbHv7bWe0NdzDt2Obg=
github.com/hbstack/docs/modules/breadcrumb v0.1.10/go.mod h1:pTh43gl04dPERZZVDQ70KVU0j0Z4hmPK7GrxUfLw15s=
github.com/hbstack/docs/modules/doc-nav v0.3.7 h1:K0U0EAsYYsnOV4AGYMbbkMEJe2HrBSmuWipbpBg4V4A=