Skip to content

Commit

Permalink
enable deployment on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Stwissel committed Feb 22, 2024
1 parent 39bf9a4 commit dcf8e16
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy_to_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: Deploy connections content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -37,10 +38,6 @@ jobs:
chmod -c -R +rX "docs/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: bearings
run: |
pwd
ls -laR
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit dcf8e16

Please sign in to comment.