Update critical file(s) according to Chirpy v5.3.1

This commit is contained in:
Travis-CI
2022-10-25 13:31:31 +00:00
parent 1b74cf9a36
commit d9428918ed
13 changed files with 45 additions and 20 deletions

View File

@ -1,4 +1,4 @@
name: "Build and deploy"
name: "Build and Deploy"
on:
push:
branches:
@ -8,7 +8,7 @@ on:
- .gitignore
- README.md
- LICENSE
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -60,7 +60,6 @@ jobs:
path: "_site${{ steps.pages.outputs.base_path }}"
deploy:
name: "Deploy site"
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}