Skip to content

Commit

Permalink
change path temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Dec 17, 2023
1 parent 6ba34f0 commit 27ccf3e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,21 @@ jobs:
tarBall: false
zipBall: false
out-file-path: ""

- name: Create dist directory
run: |
mkdir dist

- name: Build docs with Flash
run: |
mkdir dist
cd dist
./../flash.exe -i ../geode -o .
mkdir docs
./../flash.exe -i ../geode -o ./docs
- name: Setup Pages
uses: actions/configure-pages@v2

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: './dist'
path: './dist/docs'

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 27ccf3e

Please sign in to comment.