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

Use networkx instead of causalgraphicalmodels #31

Merged
merged 17 commits into from
Feb 16, 2024
Prev Previous commit
Next Next commit
try different working directory
fehiepsi committed Feb 15, 2024
commit e8a7736dcfb2e0ca6695f590c8d6449f1f40c839
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -4,11 +4,13 @@ jobs:
nikola_build:
runs-on: ubuntu-latest
name: 'Deploy Nikola to GitHub Pages'
defaults:
run:
working-directory: ./site
steps:
- name: Check out
uses: actions/checkout@v2
- name: Build and Deploy Nikola
uses: getnikola/nikola-action@v4
with:
dry_run: false
working-directory: ./site