Skip to content

Commit

Permalink
Merge branch 'main' of github.com:XeoN-GHMB/vi-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas H. Kelch committed Dec 20, 2023
2 parents 6d63fae + 4d224d6 commit 093df6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
# Deployment job
deploy:
environment:
name: github-pages
name: Documentation
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# vi-docs
Documentation of a variety of vi libraries

https://viur-framework.github.io/vi-docs/

0 comments on commit 093df6a

Please sign in to comment.