Skip to content

Commit

Permalink
stop act customization
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed Apr 13, 2024
1 parent bb09609 commit 2ab2a29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
steps:
- name: Custom Build and Deploy
uses: MicroWebStacks/astro-big-doc@main

deploy:
needs: build
runs-on: ubuntu-latest
Expand All @@ -30,4 +29,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
.env
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# website_content
testing deployment with content only website

act --input ACT=true --container-options "-v ~/dist:/mnt/act_dist"
act --input-file .env --container-options "-v ~/dist:/mnt/act_dist"

0 comments on commit 2ab2a29

Please sign in to comment.