fix gitea-pages #2

Closed
opened 2024-11-07 22:31:14 +01:00 by djmil · 2 comments
Owner

Після видалення gitea-pages бренчі, відвалився рендерінг дерева. HowTo

  • create gitea-pages branch
  • move gitea-pages.toml from master to gitea-pages
Після видалення `gitea-pages` бренчі, відвалився рендерінг дерева. [HowTo](https://gitea.djmil.dev/djmil/gitea-pages#any-repo-with-configurable-allowed-branchtagcommits) - [x] create `gitea-pages` branch - [x] move `gitea-pages.toml` from `master` to `gitea-pages`
djmil added this to the Gitea Kanban for personal use project 2024-11-07 22:31:14 +01:00
djmil added a new dependency 2024-11-10 17:17:26 +01:00
djmil referenced this issue from a commit 2024-11-12 21:28:59 +01:00
Author
Owner
# Create orphan`gitea-pages` branch 
> git switch --orphan gitea-pages

# Provide config
> echo "allowedrefs=[\"master\"]" > gitea-pages.toml
```bash # Create orphan`gitea-pages` branch > git switch --orphan gitea-pages # Provide config > echo "allowedrefs=[\"master\"]" > gitea-pages.toml ```
Author
Owner

for some reason master branch reference is not working... was forced to use wildcard * instead

for some reason `master` branch reference is not working... was forced to use wildcard `*` instead
djmil closed this issue 2024-11-12 21:37:20 +01:00
djmil removed this from the Gitea Kanban for personal use project 2024-11-12 21:37:33 +01:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Blocks
You do not have permission to read 1 dependency
Reference: djmil/canva-tree#2
No description provided.