Skip to content

Commit

Permalink
ezr² v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Aug 6, 2024
1 parent 75dd78f commit 69e12e9
Show file tree
Hide file tree
Showing 34 changed files with 280 additions and 780 deletions.
43 changes: 43 additions & 0 deletions .github/workflows/pages-upload-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Trigger the action on push to ezrSquared-re
on:
push:
branches:
- ezrSquared-re

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
actions: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
publish-docs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Dotnet Setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.x

- run: dotnet tool update -g docfx
- run: docfx docs/docfx.json

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'docs/_site'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGELOG - What's new?

* ezr² RE - v0.1.2 [06-08-24]
* Updated documentation.
* Added new documentation website.

* ezr² RE - v0.1.1 [05-08-24]
* Updated documentation and some graphics.

Expand Down
7 changes: 2 additions & 5 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
/api
/_site
33 changes: 0 additions & 33 deletions docs/404.html

This file was deleted.

7 changes: 0 additions & 7 deletions docs/Embedding-ezrSquared.markdown

This file was deleted.

18 changes: 0 additions & 18 deletions docs/Gemfile

This file was deleted.

Loading

0 comments on commit 69e12e9

Please sign in to comment.