Skip to content

Commit

Permalink
Revert "Updated GHActions file see immersive-web/administrivia#151"
Browse files Browse the repository at this point in the history
This reverts commit e03cfc5.
  • Loading branch information
bialpio committed Feb 10, 2021
1 parent e03cfc5 commit e7dfaa9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: make
- name: Prepare Deploy folder
run: mkdir deploy && rsync -av --exclude=.git --exclude=.gitignore --exclude=deploy . deploy/
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.0.0
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: deploy # The folder the action should deploy.
FOLDER: out # The folder the action should deploy.

0 comments on commit e7dfaa9

Please sign in to comment.