Skip to content

Commit

Permalink
Create CO2.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IngrownMink4 authored Apr 15, 2022
1 parent f6b82c9 commit 97cdbe1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/CO2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Calculate CO2 🌱
# You can remove any you don't want
on: [push, pull_request]

jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Calculate CO2 🌱
uses: GeopJr/CO2@v1
with:
url: "https://ingrownmink4.github.io/filosofiayletras/"
renewable: true

1 comment on commit 97cdbe1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌳🌱♻️💚 CO2 Results Are In!

https://ingrownmink4.github.io/filosofiayletras/ produces 0.00g of CO2 every time someone visits it! 🌱
https://ingrownmink4.github.io/filosofiayletras/ runs on bog standard energy. 🧯
(If https://ingrownmink4.github.io/filosofiayletras/ used green hosting, it would use 10% less CO2) 📉


In a year (~10k views per month), https://ingrownmink4.github.io/filosofiayletras/ produces:

  • 0.27kg of CO2 🪶
  • The amount of CO2 that 0 trees absorb in a year 🌳
  • 1kWh of energy 🚲

Stats for nerds 🤓

{
  "adjustedBytes": 2859.185,
  "energy": 0.000004806396481581032,
  "co2": {
    "grid": {
      "grams": 0.0022830383287509902,
      "litres": 0.0012698259184513007
    },
    "renewable": {
      "grams": 0.0020690898563753587,
      "litres": 0.0011508277781159745
    }
  }
}


This website is hosted Grey - checked by thegreenwebfoundation.org

Powered by: Website Carbon | Wholegrain Digital | The Green Web Foundation

Take action: Switch to a green host | Make your website more efficient | Plant trees to reduce your carbon impact

Please sign in to comment.