Skip to content

Commit

Permalink
Fix pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmCyan committed Sep 25, 2023
1 parent fa3eff8 commit fc31292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml → .github/workflows/pages.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 GH Pages Docs

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: '.'
path: './docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit fc31292

Please sign in to comment.