Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shift to another branch #3

Merged
merged 19 commits into from
May 28, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pages deploy action
aalok-sathe authored May 28, 2020
commit 1f00fb4dfa4aa57091982467ccc3f85d957cbfb7
26 changes: 26 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: github pages

on:
push:
branches:
- master # default branch

jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
submodules: true

- name: Setup

- run: python3 -m pip install -U -r requirements.txt
- run: ./extract_phoneme_list.py
- run: ./ipatope.py

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./public
publish_branch: master # deploying branch