Skip to content

Commit

Permalink
Github actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
Massy Mahamli committed Nov 14, 2023
1 parent e37915b commit 9fdfcb8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/move-into-oss.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9fdfcb8

Please sign in to comment.