From ccf0f0afdf86b73ef70d6acfaccddb0adf30bc55 Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:44:09 -0400 Subject: [PATCH] fix: Trying to get pages builds working --- .github/workflows/pages.yml | 10 ++-------- _config.yml | 2 ++ 2 files changed, 4 insertions(+), 8 deletions(-) create mode 100644 _config.yml diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2e7ef5a75..9337fb28e 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -1,15 +1,9 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -# Sample workflow for building and deploying a Jekyll site to GitHub Pages -name: Deploy Jekyll site to Pages +name: Deploy Docs site to Pages on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: [master] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/_config.yml b/_config.yml new file mode 100644 index 000000000..45828e751 --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +source: docs +