Skip to content

Commit

Permalink
fix : gh pages not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayan-Ghani committed Aug 25, 2024
1 parent 34f5bed commit 187024c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Deploy wiki to github pages

on:
# Runs on pushes targeting the default branch
Expand All @@ -25,7 +25,7 @@ concurrency:

jobs:
# Single deploy job since we're just deploying
deploy:
deploy wiki:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -38,7 +38,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './artifacts/wiki'
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 187024c

Please sign in to comment.