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