Skip to content

Commit

Permalink
Merge pull request #2 from ANL-CEEESA/dev
Browse files Browse the repository at this point in the history
Fixing documentation build
  • Loading branch information
cuihantao authored Sep 9, 2023
2 parents d155a91 + f97c998 commit 3af2496
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 794 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Documentation

on:
push:
branches:
- master # update to match your development branch (master, main, dev, trunk, ...)
- dev
tags: '*'
pull_request:

jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.9'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia --project=docs/ docs/make.jl
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
**/.idea
/ERCOT_wind
/GMLC_test_case
/docs/build
/docs/build
.vscode/
Manifest.toml
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit 3af2496

Please sign in to comment.