Skip to content

Commit

Permalink
Removed deprecated action and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Danura30082 committed Dec 9, 2024
2 parents 91935bb + df11cd2 commit ce571f1
Show file tree
Hide file tree
Showing 60 changed files with 3,611 additions and 11,857 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Deploy Website
on: [push]
on:
push:
branches: # triggers the workflow on push events to the main branch
- main
workflow_dispatch: # allows you to run the workflow manually
permissions:
contents: read
pages: write
Expand Down

This file was deleted.

Loading

0 comments on commit ce571f1

Please sign in to comment.