Dasharo / dasharo-website

Dasharo website source code driven by Hugo
Apache License 2.0
2 stars 0 forks source link

Fix emit_telemetry #18

Open pietrushnic opened 1 year ago

pietrushnic commented 1 year ago

During deploy Hugo complains:

Input 'emit_telemetry' has been deprecated with message: Use of this input causes the action to do nothing. You should remove this build step from your workflow.
pietrushnic commented 4 months ago

@Stanislaw-bnk, When you are doing a preview locally, do you see the above message? Please paster log of the local preview to confirm if the issues are still there.

Stanislaw-bnk commented 3 months ago

@pietrushnic I did the local preview by running ./scripts/local-preview.sh http://localhost:1313. All seems good:

hugo: collected modules in 1374 ms
Start building sites … 
hugo v0.105.0-0e3b42b4a9bdeb4d866210819fc6ddcf51582ffa+extended linux/amd64 BuildDate=2022-10-28T12:29:05Z VendorInfo=hugoguru

                   | EN   
-------------------+------
  Pages            |  28  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     |   3  
  Processed images | 188  
  Aliases          |   2  
  Sitemaps         |   1  
  Cleaned          |   0  

Built in 1273 ms
Watching for changes in /src/{archetypes,assets,content,layouts,package.json,postcss.config.js,static,themes}
Watching for config changes in /src/config.toml, /src/config/_default, /src/go.mod
Environment: "DEV"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 0.0.0.0)