diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ad7a088..20d8ccf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,7 @@ name: Deploy to GitHub Pages +# This action is used to deploy site to GitHub Pages. + on: push: branches: [main]