Delete .github/workflows directory

This commit is contained in:
Nuno Coração 2022-09-11 20:19:35 +01:00 committed by GitHub
parent 8d87b37a68
commit 3031ce5b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,37 +0,0 @@
name: Build Docs pages
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Hugo setup
uses: peaceiris/actions-hugo@v2.4.12
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
- uses: actions/checkout@v3
- name: Compile site
run: hugo --source exampleSite --themesDir ../.. -d docs
- name: Package
uses: actions/upload-pages-artifact@v1.0.4
with:
path: exampleSite/docs
- name: Deploy GitHub Pages site
uses: actions/deploy-pages@v1.0.10
with:
token: ${{ github.token }}
page_url: /docs