Skip to content

Commit

Permalink
changed workflows to ubuntu.
Browse files Browse the repository at this point in the history
added .github folder to npmignore file.
  • Loading branch information
OurCodeBase committed Sep 10, 2024
1 parent 255c274 commit 6077696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: debian-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: debian-latest
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Deploy to GitHub Pages
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/README.md
/.github
/docs/.vitepress
/docs/.vitepress/dist

0 comments on commit 6077696

Please sign in to comment.