Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm committed Oct 22, 2024
1 parent 9b989f3 commit 38e4355
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
- uses: actions/checkout@v4
- name: Build static files
id: build
run: ./bin/install-deps-in-sphinx-container.sh && make pages
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
run: |
echo "TX: $TX_TOKEN"
- name: Upload static files as artifact
id: deployment
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 38e4355

Please sign in to comment.