Skip to content

Bugfix for periodic boundary conditions #380

Bugfix for periodic boundary conditions

Bugfix for periodic boundary conditions #380

Workflow file for this run

name: Documentation
on:
push:
branches:
- master
tags: '*'
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
- name: Install dependencies
run: julia --project=docs -e 'using Pkg; Pkg.instantiate();'
# run: julia --project=docs/ -e '
# using Pkg;
# Pkg.add(PackageSpec(; url="https://github.com/KristofferC/JuAFEM.jl.git"));
# Pkg.add(PackageSpec(; url="https://github.com/CoherentStructures/StreamMacros.jl.git"));
# Pkg.develop(PackageSpec(; path=pwd()));
# Pkg.instantiate();'
- name: Build and deploy documentation
run: julia --project=docs --color=yes docs/make.jl
env:
#DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEPLOY_KEY_2: ${{ secrets.DEPLOY_KEY_2_sec }}