Skip to content

Commit

Permalink
Changed pages workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elixonus committed Aug 30, 2023
1 parent 2dfbf1a commit fbc6574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: Pages

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

0 comments on commit fbc6574

Please sign in to comment.