Skip to content

Commit

Permalink
Merge pull request #21 from data-solution-automation-engine/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
RoelantVos authored Sep 15, 2023
2 parents 098fdbd + 02c209d commit e8eef76
Show file tree
Hide file tree
Showing 259 changed files with 18,969 additions and 3,871 deletions.
48 changes: 48 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Docs

on:
push:
branches:
- dev
paths:
- src/**
- docs/**
- .github/workflows/docs.yml
pull_request:
branches:
- main
paths:
- docs/**
- .github/workflows/docs.yml
workflow_dispatch:

jobs:
generate-docs:

runs-on: windows-latest

steps:
- uses: actions/checkout@v2

- name: Setup .NET 6.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x

- name: Setup DocFX
uses: crazy-max/ghaction-chocolatey@v1
with:
args: install docfx

- name: DocFX Build
working-directory: docs
run: docfx .\docfx.json
continue-on-error: false

- name: Publish
if: github.event_name == 'push'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_site
force_orphan: true
Binary file not shown.
1,025 changes: 0 additions & 1,025 deletions ClassLibrary/DataWarehouseAutomation/.vs/config/applicationhost.config

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

57 changes: 0 additions & 57 deletions ClassLibrary/DataWarehouseAutomation/Example_Project/Program.cs

This file was deleted.

Loading

0 comments on commit e8eef76

Please sign in to comment.