Skip to content

Commit

Permalink
Write value directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase22 committed Dec 10, 2024
1 parent 058c925 commit d5be1cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ jobs:
uses: actions/configure-pages@v5

- name: Generate pages
env:
PAGES: ${{ secrets.PAGES }}
run: |
echo $PAGES > pages
echo "${{ secrets.PAGES }}" > pages
python3 generate-html.py
- name: Upload artifact
Expand Down

0 comments on commit d5be1cd

Please sign in to comment.