mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 05:39:45 -04:00
deploy: remove TODO comment about subfolders; handled by GoCDK blob URLs
This commit is contained in:
parent
b376b2685a
commit
5e83f42562
@ -110,8 +110,6 @@ func (d *Deployer) openBucket(ctx context.Context) (*blob.Bucket, error) {
|
||||
|
||||
// Deploy deploys the site to a target.
|
||||
func (d *Deployer) Deploy(ctx context.Context) error {
|
||||
// TODO: This opens the root path in the bucket/container.
|
||||
// Consider adding support for targeting a subdirectory.
|
||||
bucket, err := d.openBucket(ctx)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
x
Reference in New Issue
Block a user