From 9fdfcb857fe91c1aa0201d8e0cb205862c38686b Mon Sep 17 00:00:00 2001 From: Massy Mahamli Date: Tue, 14 Nov 2023 15:04:07 -0500 Subject: [PATCH] Github actions test --- .github/workflows/move-into-oss.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/move-into-oss.yaml diff --git a/.github/workflows/move-into-oss.yaml b/.github/workflows/move-into-oss.yaml new file mode 100644 index 0000000..2f79160 --- /dev/null +++ b/.github/workflows/move-into-oss.yaml @@ -0,0 +1,14 @@ +name: moving HTML file +on: + push: + branches: + - github-actions +jobs: + build-deploy: + runs-on: ubuntu-20.04 + defaults: + run: + working-directory: _site + steps: + - name: build jekyll + - run: bundle exec jekyll build