Skip to content

Commit

Permalink
Merge pull request #32 from keiyamamo/fix_deploy
Browse files Browse the repository at this point in the history
added deployment action
  • Loading branch information
keiyamamo authored Aug 23, 2023
2 parents 16177a3 + b5f51bd commit 86db85f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ jobs:
uses: actions/checkout@v3

- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v2

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 86db85f

Please sign in to comment.