Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Dec 3, 2023
1 parent 3fb0a0d commit b6c0481
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 38 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/deploy.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
# Simple workflow for deploying the docs to GitHub Pages
name: Deploy docs

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
# Upload astro dist folder
path: './docs/dist/'
path: "./docs/dist/"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit b6c0481

Please sign in to comment.