Skip to content

Commit

Permalink
Merge pull request #9 from arewm/main
Browse files Browse the repository at this point in the history
shorten githubpages URL
  • Loading branch information
arewm authored Apr 25, 2024
2 parents 195eb2b + 5d6c3d8 commit cce49ad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'public'

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ and run:

```bash
npm install
npm run dev
npm run build
```

Then visit http://127.0.0.1:8080.
Expand Down
1 change: 0 additions & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ runtime:
site:
title: Konflux-CI Documentation
url: https://konflux-ci.github.io/doc
start_page: Documentation::index.adoc
robots: allow
content:
sources:
Expand Down
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Documentation
version: main
name: ROOT
version: ~
nav:
- modules/ROOT/nav-root.adoc

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cce49ad

Please sign in to comment.