Skip to content

Commit

Permalink
I think I fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
Xilophor committed Jan 8, 2024
1 parent 580237b commit 90c1ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
# using the `master` branch as the default branch.
push:
branches: [docs]
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -26,7 +26,7 @@ concurrency:
defaults:
run:
working-directory: ./docs

jobs:
# Build job
build:
Expand All @@ -35,7 +35,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: docs
fetch-depth: 0 # Not needed if lastUpdated is not enabled
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
Expand All @@ -52,7 +51,6 @@ jobs:
- name: Build with VitePress
run: |
npm run build # or pnpm docs:build / yarn docs:build / bun run docs:build
touch docs/.vitepress/dist/.nojekyll -t true
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down
Empty file added docs/.nojekyll
Empty file.

0 comments on commit 90c1ddc

Please sign in to comment.